Fixed middleware authentication issues
This commit is contained in:
@@ -142,7 +142,7 @@ from .team import (
|
||||
CannotModifyOwnRoleException,
|
||||
RoleNotFoundException,
|
||||
InvalidRoleException,
|
||||
InsufficientPermissionsException,
|
||||
InsufficientTeamPermissionsException,
|
||||
MaxTeamMembersReachedException,
|
||||
TeamValidationException,
|
||||
InvalidInvitationDataException,
|
||||
@@ -212,7 +212,7 @@ __all__ = [
|
||||
"CannotModifyOwnRoleException",
|
||||
"RoleNotFoundException",
|
||||
"InvalidRoleException",
|
||||
"InsufficientPermissionsException",
|
||||
"InsufficientTeamPermissionsException",
|
||||
"MaxTeamMembersReachedException",
|
||||
"TeamValidationException",
|
||||
"InvalidInvitationDataException",
|
||||
|
||||
Reference in New Issue
Block a user