diff --git a/lib/accounts/check.js b/lib/accounts/check.js index df8b167..71e0167 100644 --- a/lib/accounts/check.js +++ b/lib/accounts/check.js @@ -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); }; \ No newline at end of file