fix semicolon

pull/3928/head
Elliot Matson 7 months ago
parent 690b299d17
commit 3c806c855b

@ -47,7 +47,7 @@ class GoogleChat extends NotificationProvider {
// add button for monitor link if available
const baseURL = await setting("primaryBaseURL");
if (baseURL) {
const urlPath = monitorJSON ? getMonitorRelativeURL(monitorJSON.id) : "/"
const urlPath = monitorJSON ? getMonitorRelativeURL(monitorJSON.id) : "/";
sectionWidgets.push({
buttonList: {
buttons: [

Loading…
Cancel
Save