mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-07-03 14:46:31 +00:00
6 lines
193 B
JavaScript
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);
|
|
}; |