|
|
|
@ -22,7 +22,7 @@ class GoAlert extends NotificationProvider {
|
|
|
|
|
let config = {
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
} catch (error) {
|
|
|
|
|