added createRolesForTeam in register

This commit is contained in:
Laurin
2022-05-28 18:27:13 +02:00
parent da154f2f83
commit 58235b301e
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ export async function deleteRolesFromTeam(teamPid: string){
await prisma.role.deleteMany({
where: { team: { pid: teamPid, } }
});
}
}