diff --git a/apps/armory/src/managed-data-store/core/service/entity-data-store.service.ts b/apps/armory/src/managed-data-store/core/service/entity-data-store.service.ts index c0ed94db..71dd4388 100644 --- a/apps/armory/src/managed-data-store/core/service/entity-data-store.service.ts +++ b/apps/armory/src/managed-data-store/core/service/entity-data-store.service.ts @@ -82,7 +82,7 @@ export class EntityDataStoreService extends SignatureService { thunk: () => this.clusterService.sync(clientId) }) - const entity = this.withExecutionTimeLog({ + const entity = await this.withExecutionTimeLog({ clientId, id: 'EntityStore.parse', thunk: () => EntityStore.parse(data)