Skip to content

Commit

Permalink
Update custom service (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiller295 authored Apr 30, 2024
1 parent 3520ae7 commit b9f6ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slash-commands/referral/services.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import OZBARGAIN_SERVICES from './generated/ozbargain-services.json';

const CUSTOM_SERVICES: string[] = ['everyday extra (woolworths & big w)', 'warp terminal', 'arc browser'];
const CUSTOM_SERVICES: string[] = ['everyday extra (woolworths & big w)', 'warp terminal', 'arc browser', 'ezyremit', 'google one'];

export const services: string[] = [...new Set([...OZBARGAIN_SERVICES, ...CUSTOM_SERVICES])].sort((a, b) => (a.toLowerCase() < b.toLowerCase() ? -1 : 1));

Expand Down

0 comments on commit b9f6ee3

Please sign in to comment.