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

6 lines
187 B
JavaScript

const pathHelper = require("../pathHelper");
const fileNames = require("../fileNames");
module.exports.check = (opts, options) => {
console.log("accounts.check", opts.account.id);
};