Skip to content

Commit

Permalink
Fix small typo that results in undefined error (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
havan authored Sep 18, 2024
1 parent 6c1da4c commit fbc75cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ ACCOUNT_SCOPE.task("service:add", "Add supported service to CMAccount")
console.log("Service Name:", taskArgs.serviceName);
console.log("Fee:", taskArgs.fee);
console.log("Restricted Rate:", taskArgs.restrictedRate);
console.log("Capabilities:", capabilities);
console.log("Capabilities:", taskArgs.capabilities);

try {
const signer = new ethers.Wallet(taskArgs.privateKey, ethers.provider);
Expand Down

0 comments on commit fbc75cb

Please sign in to comment.