mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
added createRolesForTeam in register
This commit is contained in:
@@ -98,4 +98,4 @@ export async function deleteRolesFromTeam(teamPid: string){
|
||||
await prisma.role.deleteMany({
|
||||
where: { team: { pid: teamPid, } }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user