Fix formatting
This commit is contained in:
parent
14700671af
commit
e05f02eb8d
|
|
@ -161,7 +161,7 @@ func (m *mailer) findExpiringCertificates() error {
|
||||||
AND cert.expires < :cutoffB
|
AND cert.expires < :cutoffB
|
||||||
AND cert.status != "revoked"
|
AND cert.status != "revoked"
|
||||||
AND cs.lastExpirationNagSent <= :nagCutoff
|
AND cs.lastExpirationNagSent <= :nagCutoff
|
||||||
ORDER BY cert.expires ASC
|
ORDER BY cert.expires ASC
|
||||||
LIMIT :limit`,
|
LIMIT :limit`,
|
||||||
map[string]interface{}{
|
map[string]interface{}{
|
||||||
"cutoffA": left,
|
"cutoffA": left,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue