mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
fix adding optional ActionSet
This commit is contained in:
parent
b8941403d1
commit
cc09147b4b
@ -151,8 +151,7 @@ class Teams extends NotificationProvider {
|
||||
};
|
||||
|
||||
if (dashboardUrl) {
|
||||
payload.attachments.forEach(element => {
|
||||
element.content.push({
|
||||
payload.attachments[0].content.body.push({
|
||||
"type": "ActionSet",
|
||||
"actions": [
|
||||
{
|
||||
@ -162,7 +161,6 @@ class Teams extends NotificationProvider {
|
||||
}
|
||||
]
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
return payload;
|
||||
|
Loading…
Reference in New Issue
Block a user