Skip to content

Commit

Permalink
fix: updated team-code param as per BE request
Browse files Browse the repository at this point in the history
  • Loading branch information
e-maad committed Oct 30, 2024
1 parent f4bc960 commit 7ca285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/util/urlUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 7ca285f

Please sign in to comment.