mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 19:04:36 +08:00
fix adding optional ActionSet
This commit is contained in:
@@ -151,17 +151,15 @@ class Teams extends NotificationProvider {
|
||||
};
|
||||
|
||||
if (dashboardUrl) {
|
||||
payload.attachments.forEach(element => {
|
||||
element.content.push({
|
||||
"type": "ActionSet",
|
||||
"actions": [
|
||||
{
|
||||
"type": "Action.OpenUrl",
|
||||
"title": "Visit Uptime Kuma",
|
||||
"url": dashboardUrl
|
||||
}
|
||||
]
|
||||
});
|
||||
payload.attachments[0].content.body.push({
|
||||
"type": "ActionSet",
|
||||
"actions": [
|
||||
{
|
||||
"type": "Action.OpenUrl",
|
||||
"title": "Visit Uptime Kuma",
|
||||
"url": dashboardUrl
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user