Skip to content

Commit

Permalink
hotfix: fix typo in everyday extra service name
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang committed Mar 19, 2024
1 parent 49f8d7d commit 93d2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/referral/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ const OZBARGAIN_SERVICES: string[] = [
'zwift',
];

const CUSTOM_SERVICES: string[] = ['everyday rewards (woolworth & big W)'];
const CUSTOM_SERVICES: string[] = ['everyday extra (woolworths & big w)'];

export const services: string[] = [...new Set([...OZBARGAIN_SERVICES, ...CUSTOM_SERVICES])];

Expand Down

0 comments on commit 93d2121

Please sign in to comment.