mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-10 03:19:55 +08:00
Merge pull request #1133 from thomasleveil/patch-1
fix `TypeError: Cannot read property 'id' of null`
This commit is contained in:
@@ -27,7 +27,7 @@ class GoogleChat extends NotificationProvider {
|
||||
textMsg += `${msg}`;
|
||||
|
||||
const baseURL = await setting("primaryBaseURL");
|
||||
if (baseURL) {
|
||||
if (baseURL && monitorJSON) {
|
||||
textMsg += `\n${baseURL + getMonitorRelativeURL(monitorJSON.id)}`;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user