Fixed error

This commit is contained in:
2026-04-12 18:44:57 +01:00
parent ac830bf865
commit 3d06cc4f1d
@@ -77,6 +77,7 @@ public class PatchProofEndpoint(
user.Score++; // 1pts bonus
await usersRepository.SaveChangesAsync(ct);
await userRandomChallengesRepository.SaveChangesAsync(ct);
await Send.NoContentAsync(ct);
}