fix(server): storage usage calculation issue (#4170)

This commit is contained in:
LongYinan
2023-09-04 17:56:47 -07:00
committed by GitHub
parent d57f995e87
commit 801d769877

View File

@@ -622,6 +622,7 @@ export class WorkspaceResolver {
where: {
userId: user.id,
accepted: true,
type: Permission.Owner,
},
select: {
workspace: {