From c0db0361876c6204f250d7ce21f271c5a5c36c48 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 25 Apr 2024 23:45:24 +0800 Subject: [PATCH] Update server/model/monitor.js Co-authored-by: Adam Stachowicz --- server/model/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index 7397ff011..f6d599957 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -1621,7 +1621,7 @@ class Monitor extends BeanModel { /** * Store TLS certificate information and check for expiry - * @param {Object} tlsInfo Information about the TLS connection + * @param {object} tlsInfo Information about the TLS connection * @returns {Promise} */ async handleTlsInfo(tlsInfo) {