Skip to content

Commit

Permalink
fix: Make register-basename.js Quickstart Template Executable
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Oct 8, 2024
1 parent 49a1941 commit 2019d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart-template/register-basename.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async function fetchWalletAndLoadSeed(walletId, seedFilePath) {
}
}

async () => {
(async () => {
try {
const { BASE_NAME, WALLET_ID, SEED_FILE_PATH } = process.env;

Expand All @@ -165,4 +165,4 @@ async () => {
} catch (error) {
console.error(`Error in registering a Basename for my wallet: `, error);
}
};
})();

0 comments on commit 2019d85

Please sign in to comment.