Explorar el Código

Fix challenge response type again

Tulir Asokan hace 4 años
padre
commit
aec7ed94c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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