Skip to content

Commit

Permalink
Update check.js
Browse files Browse the repository at this point in the history
accounts.check undefined error fix
  • Loading branch information
shyjal committed Apr 25, 2021
1 parent 6c0ea57 commit f9fb49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/accounts/check.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const pathHelper = require("../pathHelper");
const fileNames = require("../fileNames");

module.exports.check = (opts, options) => {
module.exports.check = async (opts, options) => {
console.log("accounts.check", opts.account.id);
};
};

0 comments on commit f9fb49a

Please sign in to comment.