Removed test lines duh

This commit is contained in:
rjrunner44 2020-09-19 13:52:09 -07:00
parent fba0d48e04
commit 75f5f6017d
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ export class ReportRouter {
"text": req.body.msg.text,
"html": req.body.msg.html
};
var x = config.mailgunApiKey;
var y = config.mailgunDomain;
const mg = mailgun({ apiKey: config.mailgunApiKey, domain: config.mailgunDomain });
await mg.messages().send(data, (error, body) => {
if (error) console.log(error)