diff --git a/libs/model/src/contest/PerformContestRollovers.command.ts b/libs/model/src/contest/PerformContestRollovers.command.ts index 090db3d08ad..d288185a3c4 100644 --- a/libs/model/src/contest/PerformContestRollovers.command.ts +++ b/libs/model/src/contest/PerformContestRollovers.command.ts @@ -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; `,