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) {