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:
parent
caf56d2e4e
commit
9aae350189
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user