mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
fix(server): storage usage should be float rather than int (#4275)
This commit is contained in:
@@ -124,7 +124,7 @@ type InvitationWorkspaceType {
|
||||
}
|
||||
|
||||
type WorkspaceBlobSizes {
|
||||
size: Int!
|
||||
size: Float!
|
||||
}
|
||||
|
||||
type InvitationType {
|
||||
|
||||
Reference in New Issue
Block a user