This commit is contained in:
2026-08-04 01:29:54 +07:00
parent a9bcb8598d
commit ff26c2e6bb
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -188,7 +188,7 @@ func (r *GamesRepo) StartGame(ctx context.Context, id int) error {
`UPDATE games `UPDATE games
SET SET
status = 'run', status = 'run',
start_at = NOW(), started_at = NOW(),
updated_at = NOW() updated_at = NOW()
WHERE id = $1`, WHERE id = $1`,
id, id,