2019-05-09 00:01:23 +01:00
|
|
|
const pathHelper = require("../pathHelper");
|
|
|
|
const fileNames = require("../fileNames");
|
2019-05-08 17:12:22 +01:00
|
|
|
|
|
|
|
module.exports.check = (opts, options, s3) => {
|
|
|
|
console.log("accounts.check", opts.account.id);
|
2019-05-09 00:12:15 +01:00
|
|
|
};
|