gl-store-s3.js/lib/accounts/check.js

6 lines
187 B
JavaScript
Raw Normal View History

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