From a321cc3b2bb448b3aa4f5d146addeb64f550921a Mon Sep 17 00:00:00 2001 From: Immad Abdul Jabbar Date: Wed, 30 Oct 2024 12:37:46 +0100 Subject: [PATCH] fix: updated team-code param as per BE request (#5079) --- src/script/util/urlUtil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/util/urlUtil.ts b/src/script/util/urlUtil.ts index 6941f8fbaf..6c3bacc12a 100644 --- a/src/script/util/urlUtil.ts +++ b/src/script/util/urlUtil.ts @@ -31,7 +31,7 @@ export enum QUERY_KEY { PWA_AWARE = 'pwa_aware', TRACKING = 'tracking', LANG = 'hl', - TEAM_CODE = 'team_code', + TEAM_CODE = 'team-code', } const FORWARDED_QUERY_KEYS = [QUERY_KEY.LOCALE, QUERY_KEY.TRACKING];