Browse Source

Fix challenge response type again

Tulir Asokan 4 years ago
parent
commit
aec7ed94c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mauigpapi/types/challenge.py

+ 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