Skip to content

Commit

Permalink
fix contest rollover query
Browse files Browse the repository at this point in the history
  • Loading branch information
rbennettcw committed Oct 24, 2024
1 parent 4ded634 commit 516f017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/model/src/contest/PerformContestRollovers.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function PerformContestRollovers(): Command<
cm.interval > 0
)
AND NOW() > co.end_time
AND cm.cancelled = false
AND cm.cancelled IS NOT TRUE
JOIN "Communities" cu ON cm.community_id = cu.id
JOIN "ChainNodes" cn ON cu.chain_node_id = cn.id;
`,
Expand Down

0 comments on commit 516f017

Please sign in to comment.