mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Fix warning at goalert.js
This commit is contained in:
parent
1c3da995e3
commit
2d5096317f
@ -22,7 +22,7 @@ class GoAlert extends NotificationProvider {
|
|||||||
let config = {
|
let config = {
|
||||||
headers: headers
|
headers: headers
|
||||||
};
|
};
|
||||||
let resp = await axios.post(`${notification.goAlertBaseURL}/api/v2/generic/incoming?token=${notification.goAlertToken}`, data, config);
|
await axios.post(`${notification.goAlertBaseURL}/api/v2/generic/incoming?token=${notification.goAlertToken}`, data, config);
|
||||||
return okMsg;
|
return okMsg;
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user