invoke yarn fix:js
to adopt the updated eslint rules. No other changes are included.
This commit is contained in:
@@ -6,7 +6,7 @@ const url = require('url');
|
||||
function comparableCertificate(certificate) {
|
||||
return {
|
||||
data: certificate.data.toString(),
|
||||
issuerName: certificate.issuerName
|
||||
issuerName: certificate.issuerName,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,5 +63,5 @@ CertificateStore.prototype.isTrusted = function isTrusted(targetURL, certificate
|
||||
module.exports = {
|
||||
load(storeFile) {
|
||||
return new CertificateStore(storeFile);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user