Skip to content

Commit

Permalink
Update server/util-server.js
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
  • Loading branch information
louislam and Saibamen committed Apr 25, 2024
1 parent c0db036 commit 27bcc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 27bcc96

Please sign in to comment.