Skip to content

Commit

Permalink
hotfix: update wording
Browse files Browse the repository at this point in the history
jdsport-smd-t1 to jdsport-smd-k2
  • Loading branch information
hafizarrDev committed Feb 28, 2024
1 parent e3b952a commit b9a3bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants/xsource.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ const (
XSource_JDSport_Tps_k1 = "jdsport-tps-k1"
XSource_JDSport_Tps_k2 = "jdsport-tps-k2"
XSource_JDSport_Smd_k1 = "jdsport-smd-k1"
XSource_JDSport_Smd_t1 = "jdsport-smd-t1"
XSource_JDSport_Smd_k2 = "jdsport-smd-k2"
)
2 changes: 1 addition & 1 deletion helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func IsSourceJdsportKiosk(source string) bool {
constants.XSource_JDSport_Tps_k1,
constants.XSource_JDSport_Tps_k2,
constants.XSource_JDSport_Smd_k1,
constants.XSource_JDSport_Smd_t1:
constants.XSource_JDSport_Smd_k2:
return true
}

Expand Down

0 comments on commit b9a3bd7

Please sign in to comment.