This commit is contained in:
Sangwon Kim 2019-11-12 18:58:17 +09:00 committed by GitHub
commit 0ce5cd97c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};