formatting changes

pull/4323/head
Frank Elsinga 1 month ago committed by GitHub
parent c088c4453f
commit 532bd2a50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,18 +2,15 @@ const NotificationProvider = require("./notification-provider");
const axios = require("axios");
class Whapi extends NotificationProvider {
name = "whapi";
/**
* @inheritdoc
*/
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully.";
const okMsg = "Sent Successfully.";
try {
const config = {
headers: {
"Accept": "application/json",

Loading…
Cancel
Save