Update _code-samples/nft-modular-tutorials/authorized-minter.js

Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
This commit is contained in:
Dennis Dawson
2025-06-17 07:41:48 -07:00
committed by GitHub
parent fc337738e6
commit 7d84421565

View File

@@ -33,7 +33,7 @@ async function authorizeMinter() {
await client.disconnect();
}
}
} // End of configureAccount()
} // End of authorizeMinter()
// *******************************************************
// **************** Mint Other *************************