2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-07-03 14:46:31 +00:00
2019-11-12 18:42:17 +09:00

6 lines
193 B
JavaScript

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