fix workspace setup

This commit is contained in:
Philipinho
2024-03-29 02:19:24 +00:00
parent c18c9ae02b
commit 82da4ffdc2
7 changed files with 15 additions and 16 deletions

View File

@ -74,7 +74,6 @@ export class GroupRepo {
.selectAll()
.where('isDefault', '=', true)
.where('workspaceId', '=', workspaceId)
.executeTakeFirst();
},
trx,