Update postrequest.js

This commit is contained in:
michel_929 2024-11-10 14:06:35 +01:00
parent 2a295dfe32
commit 018b57e880

View file

@ -4,6 +4,9 @@ const axios = require("axios");
class PostRequest extends NotificationProvider {
name = "PostRequest";
/**
* @inheritdoc
*/
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
const okMsg = "Sent Successfully.";
const url = notification.postrequestURL;