id is const

This commit is contained in:
Cyrille 2019-05-09 22:13:04 +01:00
parent caf56d2e4e
commit 9aae350189
1 changed files with 1 additions and 1 deletions

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 = [