Эх сурвалжийг харах

Fix challenge response type again

Tulir Asokan 4 жил өмнө
parent
commit
aec7ed94c2

+ 1 - 1
mauigpapi/types/challenge.py

@@ -43,5 +43,5 @@ class ChallengeStateResponse(SerializableAttrs['ChallengeStateResponse']):
     user_id: int
     nonce_code: str
     # TODO enum?
-    action: str
+    action: Optional[str] = None
     status: str