Skip to content
Snippets Groups Projects
Commit 687bd77c authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-94: Making method static

parent 7d2d566a
No related branches found
No related tags found
1 merge request!136GREG-94: Resend invitation
......@@ -267,7 +267,8 @@ class InvitedGuestView(GenericAPIView):
# TODO: Send an email to the sponsor?
return Response(status=status.HTTP_200_OK)
def _verified_fnr_already_exists(self, person) -> bool:
@staticmethod
def _verified_fnr_already_exists(person) -> bool:
try:
person.identities.get(
type=Identity.IdentityType.NORWEGIAN_NATIONAL_ID_NUMBER,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment