Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nneul committed Dec 27, 2024
1 parent 0492276 commit a8a8dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/notification-providers/smtp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const nodemailer = require("nodemailer");
const NotificationProvider = require("./notification-provider");
const { setSettings, setting } = require("../util-server");
const { setting } = require("../util-server");
const { DOWN } = require("../../src/util");
const { Liquid } = require("liquidjs");

Expand Down

0 comments on commit a8a8dcf

Please sign in to comment.