Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed May 15, 2023
1 parent 58c5777 commit 06d5b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/ASBT/mint.ts
Expand Up @@ -7,6 +7,6 @@ export const mintASBT = async (contractAddress: string, receiver: string) => {
);

if (sbtContract) {
return await masa.sbt.ASBT.mint(sbtContract, receiver);
await masa.sbt.ASBT.mint(sbtContract, receiver);
}
};

0 comments on commit 06d5b91

Please sign in to comment.