mirror of
https://github.com/docmost/docmost.git
synced 2025-11-22 22:41:07 +10:00
fix workspace setup
This commit is contained in:
@ -74,7 +74,6 @@ export class GroupRepo {
|
||||
.selectAll()
|
||||
.where('isDefault', '=', true)
|
||||
.where('workspaceId', '=', workspaceId)
|
||||
|
||||
.executeTakeFirst();
|
||||
},
|
||||
trx,
|
||||
|
||||
Reference in New Issue
Block a user