We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafd759 commit 56695beCopy full SHA for 56695be
backend/api/visa/types.py
@@ -28,8 +28,7 @@ def _convert_request_status_to_public(status):
28
if status == InvitationLetterRequestStatusDB.SENT:
29
return InvitationLetterRequestStatus.SENT
30
31
- if status == InvitationLetterRequestStatusDB.REJECTED:
32
- return InvitationLetterRequestStatus.REJECTED
+ return InvitationLetterRequestStatus.REJECTED
33
34
35
@strawberry.type
0 commit comments