mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-04 08:25:57 +00:00
Chore: Formatting
This commit is contained in:
parent
1f62c78f4d
commit
63c13de5f2
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ exports.checkCertificate = function (socket) {
|
||||||
if (socket === undefined || socket == null) {
|
if (socket === undefined || socket == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
let certInfoStartTime = dayjs().valueOf();
|
let certInfoStartTime = dayjs().valueOf();
|
||||||
|
|
||||||
const info = socket.getPeerCertificate(true);
|
const info = socket.getPeerCertificate(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue