Update server/notification-providers/cellsynt.js

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/4558/head
Simon Nilsson 2 months ago committed by GitHub
parent c39348aea3
commit 5361626aed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
const NotificationProvider = require("./notification-provider");
const { default: axios } = require("axios");
const axios = require("axios");
class Cellsynt extends NotificationProvider {

Loading…
Cancel
Save