diff --git a/server/notification-providers/cellsynt.js b/server/notification-providers/cellsynt.js index a9235de5..47aa7952 100644 --- a/server/notification-providers/cellsynt.js +++ b/server/notification-providers/cellsynt.js @@ -1,5 +1,5 @@ const NotificationProvider = require("./notification-provider"); -const { default: axios } = require("axios"); +const axios = require("axios"); class Cellsynt extends NotificationProvider {