cderche/greenlock-storage-s3

View on GitHub
lib/accounts/check.js

Summary

Maintainability
A
0 mins
Test Coverage
const pathHelper = require("../pathHelper");
const fileNames = require("../fileNames");

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