Skip to content

Commit f4fe1ef

Browse files
committed
fixing mailgun
1 parent 1f451c0 commit f4fe1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const fs = require('fs');
22
const axios = require('axios');
33
const showdown = require('showdown');
4-
const sendgridMail = require('@mailgun-js');
4+
const Mailgun = require('mailgun.js');
55

66
const mailgun = new Mailgun({apiKey: process.env.MAILGUN_API_TOKEN, domain: process.env.MAILGUN_EMAIL_DOMAIN});
77

0 commit comments

Comments
 (0)