Skip to content

Commit

Permalink
Await to fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Oct 24, 2024
1 parent 584c99c commit 5ca54c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5ca54c8

Please sign in to comment.