Skip to content

Commit

Permalink
Merge pull request #258 from holochain/refer-to-type-not-this-in-stat…
Browse files Browse the repository at this point in the history
…ic-context-2

Refer to type, not `this` in a static context
  • Loading branch information
ThetaSinner committed Jun 27, 2024
2 parents 41ed0ea + 3ba93d5 commit 2844309
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 2844309

Please sign in to comment.