diff --git a/backend/scripts/send-leagues-end-of-season.ts b/backend/scripts/send-leagues-end-of-season.ts index 1175959514..dd3130b38a 100644 --- a/backend/scripts/send-leagues-end-of-season.ts +++ b/backend/scripts/send-leagues-end-of-season.ts @@ -4,7 +4,7 @@ import { sendEndOfSeasonNotificationsAndBonuses } from 'shared/payout-leagues' if (require.main === module) { runScript(async ({ pg }) => { - const prevSeason = 18 + const prevSeason = 19 if (prevSeason !== CURRENT_SEASON - 1) { console.log( 'Are you sure you want to send notifications & bonuses for this season?'