Skip to content

Commit 56695be

Browse files
committed
change
1 parent eafd759 commit 56695be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/api/visa/types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def _convert_request_status_to_public(status):
2828
if status == InvitationLetterRequestStatusDB.SENT:
2929
return InvitationLetterRequestStatus.SENT
3030

31-
if status == InvitationLetterRequestStatusDB.REJECTED:
32-
return InvitationLetterRequestStatus.REJECTED
31+
return InvitationLetterRequestStatus.REJECTED
3332

3433

3534
@strawberry.type

0 commit comments

Comments
 (0)