Update server/notification-providers/bitrix24.js

Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
pull/3620/head
Furkan İ 9 months ago committed by GitHub
parent 2a6f0e321f
commit 02eb746454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save