mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Update server/model/monitor.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
7da5b2311c
commit
c0db036187
1 changed files with 1 additions and 1 deletions
|
@ -1621,7 +1621,7 @@ class Monitor extends BeanModel {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Store TLS certificate information and check for expiry
|
* 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<void>}
|
* @returns {Promise<void>}
|
||||||
*/
|
*/
|
||||||
async handleTlsInfo(tlsInfo) {
|
async handleTlsInfo(tlsInfo) {
|
||||||
|
|
Loading…
Reference in a new issue