Skip to content

Commit

Permalink
Fix internal server error
Browse files Browse the repository at this point in the history
  • Loading branch information
udovin committed Dec 25, 2023
1 parent 7e91272 commit dd052ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/contests.go
Expand Up @@ -874,7 +874,7 @@ func (f CreateContestParticipantForm) Update(
Code: http.StatusBadRequest,
Message: localize(
c, "Scope {id} does not exists.",
replaceField("id", *f.ScopeUserID),
replaceField("id", *f.ScopeID),
),
}
}
Expand Down

0 comments on commit dd052ea

Please sign in to comment.