Skip to content

Commit

Permalink
fix is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang committed Aug 13, 2024
1 parent b98605b commit dda8409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minikit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class MiniKit {

public static isInstalled(debug?: boolean) {
if (debug) console.log("MiniKit is alive!");
return true;
return Boolean(window.MiniKit);
}

public static commands = {
Expand Down

0 comments on commit dda8409

Please sign in to comment.