Skip to content

Commit

Permalink
Update packages/backend/src/managers/playground.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Stocchi <[email protected]>
  • Loading branch information
axel7083 and lstocchi authored Jan 30, 2024
1 parent f491e2e commit bbd78cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/managers/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class PlayGroundManager {
console.error('connection on error.', error);
const q = this.queries.get(query.id);
q.error = `Something went wrong while trying to request model.${String(error)}`;
void this.sendQueriesState();
this.sendQueriesState();
});

this.queries.set(query.id, query);
Expand Down

0 comments on commit bbd78cc

Please sign in to comment.