Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@magic-sdk/provider/src/core/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class SDKBase {
const controller = new SDKEnvironment.ViewController(this.endpoint, this.parameters, this.networkHash);

// @ts-ignore - We don't want to expose this method to the user, but we
// need to invoke in here so that the `ViewController` is ready for use.
// need to invoke it here so that the `ViewController` is ready for use.
controller.init();

SDKBase.__overlays__.set(this.parameters, controller);
Expand Down