Skip to content

Commit

Permalink
Fix campaign id
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed May 28, 2024
1 parent caada69 commit f50ee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/queueEmails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const joinStringsWithAnd = (vals: Array<string>) => {
}
};

const CAMPAIGN = 'notifications;';
const CAMPAIGN = 'notifications';

const puzzleLink = (puzzleId: string) =>
emailLink(CAMPAIGN, `crosswords/${puzzleId}`);
Expand Down

0 comments on commit f50ee02

Please sign in to comment.