mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 11:41:44 +10:00
fix: wip
This commit is contained in:
@ -22,6 +22,7 @@ export type DeleteTeamMembersOptions = {
|
||||
teamMemberIds: number[];
|
||||
};
|
||||
|
||||
// Todo: orgs (we curretnly have an implementation already, need to make it backwards compatible)
|
||||
export const deleteTeamMembers = async ({
|
||||
userId,
|
||||
teamId,
|
||||
@ -50,7 +51,6 @@ export const deleteTeamMembers = async ({
|
||||
role: true,
|
||||
},
|
||||
},
|
||||
subscription: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user