typo
This commit is contained in:
@@ -255,7 +255,7 @@ function getAcmeCertificateNameSync(fqdn, domainObject) {
|
||||
|
||||
function needsRenewalSync(cert, options) {
|
||||
assert.strictEqual(typeof cert, 'string');
|
||||
assert.strictEqual(typeof options, 'string');
|
||||
assert.strictEqual(typeof options, 'object');
|
||||
|
||||
const { startDate, endDate } = getCertificateDatesSync(cert);
|
||||
const now = new Date();
|
||||
|
||||
Reference in New Issue
Block a user