mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 22:46:44 +08:00
fix: misspelling of 'address' (#5180)
This commit is contained in:
@@ -24,7 +24,7 @@ class NotificationProvider {
|
||||
* @param {?object} monitorJSON Monitor details (For Up/Down only)
|
||||
* @returns {string} The extracted address based on the monitor type.
|
||||
*/
|
||||
extractAdress(monitorJSON) {
|
||||
extractAddress(monitorJSON) {
|
||||
if (!monitorJSON) {
|
||||
return "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user