Fix build linter issues

This commit is contained in:
Charles Bochet
2023-12-12 23:18:16 +01:00
parent 2496431703
commit 08599f3d1c
18 changed files with 78 additions and 63 deletions

View File

@ -60,9 +60,8 @@ export class WorkspaceFactory {
}
// Get typeDefs from cache
let typeDefs = await this.workspaceSchemaStorageService.getTypeDefs(
workspaceId,
);
let typeDefs =
await this.workspaceSchemaStorageService.getTypeDefs(workspaceId);
let usedScalarNames =
await this.workspaceSchemaStorageService.getUsedScalarNames(workspaceId);