Various fixes on table, board, tasks (#983)
* Misc fixes * Misc fixes * Misc fixes * Fix login
This commit is contained in:
@ -153,6 +153,7 @@ export class WorkspaceService {
|
||||
refreshToken.deleteMany({
|
||||
where: { userId },
|
||||
}),
|
||||
// Todo delete all users from this workspace
|
||||
user.delete({
|
||||
where: {
|
||||
id: userId,
|
||||
|
||||
Reference in New Issue
Block a user