generated from VLADIMIR/template
try fix
This commit is contained in:
Binary file not shown.
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user