Skip to content

Commit

Permalink
fix: adding void return type
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Jan 30, 2024
1 parent c01e999 commit 9a3560e
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 @@ -239,7 +239,7 @@ export class PlayGroundManager {
return Array.from(this.playgrounds.values());
}

sendQueriesState() {
sendQueriesState(): void {
this.webview
.postMessage({
id: MSG_NEW_PLAYGROUND_QUERIES_STATE,
Expand Down

0 comments on commit 9a3560e

Please sign in to comment.