mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
fix(server): storage usage should be float rather than int (#4275)
This commit is contained in:
@@ -101,7 +101,7 @@ export class InvitationWorkspaceType {
|
||||
|
||||
@ObjectType()
|
||||
export class WorkspaceBlobSizes {
|
||||
@Field(() => Int)
|
||||
@Field(() => Float)
|
||||
size!: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user