Cleaned code

This commit is contained in:
2026-04-21 22:05:51 +01:00
parent 881f8559c1
commit 0edf6c11a1
12 changed files with 15 additions and 15 deletions
@@ -76,7 +76,7 @@ public class PatchProofEndpoint(
userRandomChallenge.Proof = Convert.ToBase64String(proofBytes);
user.TotalChallenge++; // +1 challenge bonus de fait
user.TotalChallenge++; // +1 challenge de fait
await usersRepository.SaveChangesAsync(ct);
await userRandomChallengesRepository.SaveChangesAsync(ct);