mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(server): storage usage calculation issue (#4170)
This commit is contained in:
@@ -622,6 +622,7 @@ export class WorkspaceResolver {
|
||||
where: {
|
||||
userId: user.id,
|
||||
accepted: true,
|
||||
type: Permission.Owner,
|
||||
},
|
||||
select: {
|
||||
workspace: {
|
||||
|
||||
Reference in New Issue
Block a user