Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Oct 10, 2023
1 parent 3d4affc commit bdc5009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class GatewaySession extends EventTarget {
status?: GatewayRequestStatus

// Whether there are any queries running
queriesRunning = false;
queriesRunning = false

constructor(url: string) {
super()
Expand Down

0 comments on commit bdc5009

Please sign in to comment.