Revert "fix(server): workspace status check query"

This reverts commit 5413269273.
This commit is contained in:
Kristaps Fabians Geikins
2024-09-13 14:02:56 +03:00
parent 5413269273
commit 2569f190cb
4 changed files with 4 additions and 17 deletions
@@ -102,12 +102,6 @@ export = !FF_WORKSPACES_MODULE_ENABLED
},
LimitedUser: {
workspaceDomainPolicyCompliant: async () => null
},
ServerInfo: {
workspaces: () => ({})
},
ServerWorkspacesInfo: {
workspacesEnabled: () => false
}
} as Resolvers)
: {}