new telegram bot
This commit is contained in:
@@ -114,5 +114,9 @@ def WorkspaceInviteAlreadyExists() -> HTTPException:
|
||||
return HTTPException(status.HTTP_409_CONFLICT, 'Workspace invite already exists for this user')
|
||||
|
||||
|
||||
def WorkspaceInviteAlreadyProcessed() -> HTTPException:
|
||||
return HTTPException(status.HTTP_400_BAD_REQUEST, 'Workspace invite has already been processed')
|
||||
|
||||
|
||||
def WorkspaceMemberAlreadyExists() -> HTTPException:
|
||||
return HTTPException(status.HTTP_409_CONFLICT, 'User is already a workspace member')
|
||||
|
||||
Reference in New Issue
Block a user