fix(server): workspace status check query (#2991)

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