Skip to content

Commit

Permalink
yarn lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister-cll committed Oct 5, 2023
1 parent c282c92 commit c48ed0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/transports/websocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,11 @@ export class WebsocketReverseMappingTransport<
}
}

export class UrlSubscriptionWebsocketTransport<T extends WebsocketTransportGenerics> extends WebSocketTransport<T> {
export class UrlSubscriptionWebsocketTransport<
T extends WebsocketTransportGenerics,
> extends WebSocketTransport<T> {
constructor(config: WebSocketTransportConfig<T>) {
super(config)
this.isUrlSubscriptionWebsocket = true
}
}
}

0 comments on commit c48ed0d

Please sign in to comment.