Skip to content

Commit

Permalink
Merge pull request #238 from KenEucker/develop
Browse files Browse the repository at this point in the history
Fixes email notifications
  • Loading branch information
KenEucker committed Jan 11, 2024
2 parents 3c1ed19 + 40c6218 commit 500953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/autopost-notify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const autoNotifyNewBikeTagPosted = async (event): Promise<BackgroundProce
}

/// Set to admin credentials
nonAdminBiketag.config(adminBiketagOpts)
await nonAdminBiketag.config(adminBiketagOpts, true, true)
const notificationsSent = await sendNewBikeTagNotifications(
game,
previousTag,
Expand Down

0 comments on commit 500953a

Please sign in to comment.