Skip to content

Commit

Permalink
fix:dynamic user bug fix , updated managetype enums
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishvinu committed Dec 28, 2023
1 parent 179a325 commit 38517f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ class RoleType(Enum):
LEAD_ENABLER = "Lead Enabler"

@classmethod
def ig_campus_lead_role(cls,ig_code:str):
def IG_CAMPUS_LEAD_ROLE(cls,ig_code:str):
return f"{ig_code} CampusLead"

@classmethod
def get_ig_lead_role(cls,ig_code:str):
def IG_LEAD_ROLE(cls,ig_code:str):
return f"{ig_code} IGLead"


Expand Down

0 comments on commit 38517f1

Please sign in to comment.