mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Update server/util-server.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
c0db036187
commit
27bcc968ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue