Trigger rebuild
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m8s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt
2026-02-18 11:52:28 +01:00
parent f814cf6dc4
commit 73759eaddd

View File

@@ -2,7 +2,7 @@ import { prisma } from '@/lib/prisma'
import { activateRound, closeRound } from './round-engine'
/**
* Check for rounds that need to be automatically opened or closed
* Checks for rounds that need to be automatically opened or closed
* based on their windowOpenAt / windowCloseAt timestamps.
* Called on a 60-second interval from instrumentation.ts.
*/