Skip to content

Commit 6b5e8c2

Browse files
authored
Update server.js
1 parent 9370e70 commit 6b5e8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ exports.start = async function (app) {
142142
fs.readFile(certFile, 'utf-8')
143143
])
144144
}
145-
} catch (error) {}
145+
} catch {}
146146

147147
// call service to acquire or renew x509 certificate from PKI
148148
const { key, cert } = await CertificateService.provisionCert(domain)

0 commit comments

Comments
 (0)