Fixed error
This commit is contained in:
@@ -77,6 +77,7 @@ public class PatchProofEndpoint(
|
||||
|
||||
user.Score++; // 1pts bonus
|
||||
|
||||
await usersRepository.SaveChangesAsync(ct);
|
||||
await userRandomChallengesRepository.SaveChangesAsync(ct);
|
||||
await Send.NoContentAsync(ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user