base context for wrappers updated
This commit is contained in:
@@ -92,7 +92,6 @@ class OccupantTokenObject(ApplicationToken):
|
||||
|
||||
selected_occupant: Optional[OccupantToken] = None # Selected Occupant Type
|
||||
|
||||
|
||||
@property
|
||||
def is_employee(self) -> bool:
|
||||
return False
|
||||
@@ -113,7 +112,6 @@ class EmployeeTokenObject(ApplicationToken):
|
||||
|
||||
selected_company: Optional[CompanyToken] = None # Selected Company Object
|
||||
|
||||
|
||||
@property
|
||||
def is_employee(self) -> bool:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user