diff --git a/_code-samples/nft-modular-tutorials/account-support.js b/_code-samples/nft-modular-tutorials/account-support.js index 4621de7afc..025a1b2def 100644 --- a/_code-samples/nft-modular-tutorials/account-support.js +++ b/_code-samples/nft-modular-tutorials/account-support.js @@ -22,7 +22,7 @@ async function getAccount() { let faucetHost = null const my_wallet = (await client.fundWallet(null, { faucetHost})).wallet const newAccount = [my_wallet.address, my_wallet.seed] - return (newAccount) + return newAccount } catch (error) { console.error('===Error getting account:', error);