Skip to content

Commit

Permalink
adding missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 14, 2022
1 parent 25e686a commit 4a63421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/accounts/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const accountsList = async (
config: ConfigEntry,
logger: Logger
): Promise<ExecutionOutput> => {
const { verbose, nftTokenAddress } = argv
const { verbose, nftTokenAddress, address } = argv

const token = await loadToken(nvm, config, verbose)

Expand Down

0 comments on commit 4a63421

Please sign in to comment.