fix canceled tie spent tokens

This commit is contained in:
Maxime Réaux 2026-02-24 10:04:16 +01:00
parent 31a2ebb9dc
commit 097823fab0
4 changed files with 25 additions and 3 deletions

View file

@ -28,7 +28,6 @@ class ResultChecker:
and ev.context_id == context_id
):
return ev.participant_id # None if confirmed draw
return None
@staticmethod