2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-02-21 13:48:05 +00:00

id is const

This commit is contained in:
Cyrille 2019-05-09 22:13:04 +01:00
parent caf56d2e4e
commit 9aae350189

View File

@ -4,7 +4,7 @@ const pathHelper = require("../pathHelper");
const fileNames = require("../fileNames");
module.exports.check = (opts, options) => {
var id = opts.certificate && opts.certificate.id || opts.subject;
const id = opts.certificate && opts.certificate.id || opts.subject;
console.log("certificates.check for", opts.subject);
let paths = [