From 36d2162ee9a3077bba03189ca15d2383d9bafe3c Mon Sep 17 00:00:00 2001 From: hafizarr Date: Thu, 18 Apr 2024 16:18:40 +0700 Subject: [PATCH] feat: new source jdsport-kiosk [JK-322] #time 30m --- helper.go | 1 + 1 file changed, 1 insertion(+) diff --git a/helper.go b/helper.go index f4656cc..5d2659d 100644 --- a/helper.go +++ b/helper.go @@ -199,6 +199,7 @@ func CreateKeyValuePairs(m map[string]string) string { func IsSourceJdsportKiosk(source string) bool { switch source { case + constants.XSource_JDSport_Kiosk, constants.XSource_JDSport_Mkg_k1, constants.XSource_JDSport_Lmp_k1, constants.XSource_JDSport_Pim_k1,