Skip to content

Commit

Permalink
Update send-leagues-end-of-season.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSaltyy committed Dec 2, 2024
1 parent d99759a commit 990772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/scripts/send-leagues-end-of-season.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?'
Expand Down

0 comments on commit 990772d

Please sign in to comment.