fix(server): workspace status check query (#2991)
This commit is contained in:
committed by
GitHub
parent
2569f190cb
commit
f5ebb7de08
@@ -102,6 +102,12 @@ export = !FF_WORKSPACES_MODULE_ENABLED
|
||||
},
|
||||
LimitedUser: {
|
||||
workspaceDomainPolicyCompliant: async () => null
|
||||
},
|
||||
ServerInfo: {
|
||||
workspaces: () => ({})
|
||||
},
|
||||
ServerWorkspacesInfo: {
|
||||
workspacesEnabled: () => false
|
||||
}
|
||||
} as Resolvers)
|
||||
: {}
|
||||
|
||||
Reference in New Issue
Block a user