Chore: Formatting

pull/4281/head
Nelson Chan 1 month ago
parent 1f62c78f4d
commit 63c13de5f2
No known key found for this signature in database

@ -661,7 +661,7 @@ exports.checkCertificate = function (socket) {
if (socket === undefined || socket == null) {
return null;
}
let certInfoStartTime = dayjs().valueOf();
const info = socket.getPeerCertificate(true);

Loading…
Cancel
Save