Skip to content

Commit

Permalink
ci: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Mar 5, 2024
1 parent e729568 commit b47a67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/assets/getAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const getAsset = async (
}

if (!argv.agreementId) {
logger.info(chalk.dim(`Ordering asset: ${did}`))
logger.info(chalk.dim(`No agreementId. Ordering asset using reference ${serviceReference}: ${did}`))
agreementId = await nvmApp.sdk.assets.order(did, serviceReference, account)
} else {
agreementId = argv.agreementId
Expand Down
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ethers, { HDNodeWallet, Mnemonic, defaultPath, getIndexedAccountPath } from 'ethers'
import ethers, { HDNodeWallet, Mnemonic, getIndexedAccountPath } from 'ethers'
import dotenv from 'dotenv'
import fs from 'fs'
import { mkdirSync, writeFileSync } from 'fs'
Expand Down

0 comments on commit b47a67f

Please sign in to comment.