1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-08-14 09:56:38 +02:00

Corrected test

This commit is contained in:
Ehouarn
2025-08-14 00:34:39 +02:00
parent 4d567cdcc7
commit c25f6ca2c1
2 changed files with 12 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ class BatchAchievementsAPIView(APIView):
results.append({
'family': family.name,
'challenge': challenge.name,
'status': 'error',
'status': 'existed',
})
for family in families:
family.update_score()