Skip to content

Commit

Permalink
Refer to type, not this in a static context
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 27, 2024
1 parent 41ed0ea commit 3ba93d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/websocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class AppWebsocket implements AppClient {
}

const appInfo = await (
this.requester(client, "app_info", DEFAULT_TIMEOUT) as Requester<
AppWebsocket.requester(client, "app_info", DEFAULT_TIMEOUT) as Requester<
null,
AppInfoResponse
>
Expand Down

0 comments on commit 3ba93d5

Please sign in to comment.