@reddoorla/maintenance 0.54.0 → 0.54.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -312,7 +312,7 @@ function securityFields(counts) {
312
312
  }
313
313
  function domainFields(result) {
314
314
  const fields = { "Domain checked at": result.checkedAt };
315
- if (result.certDaysRemaining !== null) fields["Cert days remaining"] = result.certDaysRemaining;
315
+ fields["Cert days remaining"] = result.certDaysRemaining;
316
316
  return fields;
317
317
  }
318
318
  function browserFields(r) {