Update server/util-server.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/4708/head
Louis Lam 7 months ago committed by GitHub
parent c0db036187
commit 27bcc968ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -654,7 +654,7 @@ const parseCertificateInfo = function (info) {
/**
* Check if certificate is valid
* @param {tls.TLSSocket} socket TLSSocket, which may or may not be connected
* @returns {Object} Object containing certificate information
* @returns {object} Object containing certificate information
*/
exports.checkCertificate = function (socket) {
let certInfoStartTime = dayjs().valueOf();

Loading…
Cancel
Save