Fix sign-up bug because currentCacheVersion does not exist yet
This commit is contained in:
@ -107,7 +107,7 @@ export class WorkspaceResolver {
|
||||
return 'inactive';
|
||||
}
|
||||
|
||||
@ResolveField(() => String)
|
||||
@ResolveField(() => String, { nullable: true })
|
||||
async currentCacheVersion(
|
||||
@Parent() workspace: Workspace,
|
||||
): Promise<string | null> {
|
||||
|
||||
Reference in New Issue
Block a user