This commit is contained in:
2026-08-04 01:25:35 +07:00
parent f3ac19ed83
commit a9bcb8598d
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -76,8 +76,8 @@ func (r *GamesRepo) GetGameByID(
&game.StartAt, &game.StartAt,
&game.Status, &game.Status,
&game.ScenarioId, &game.ScenarioId,
game.StartedAt, &game.StartedAt,
game.EndedAt, &game.EndedAt,
) )
if err != nil { if err != nil {
if errors.Is(err, pgx.ErrNoRows) { if errors.Is(err, pgx.ErrNoRows) {