yashxx07 commited on
Commit
7df62bd
1 Parent(s): ce39e5b

Update emails.js

Browse files
Files changed (1) hide show
  1. emails.js +1 -1
emails.js CHANGED
@@ -1,5 +1,5 @@
1
  const nodemailer = require("nodemailer");
2
-
3
  const { Pool } = require('pg');
4
  var parse = require('pg-connection-string').parse;
5
 
 
1
  const nodemailer = require("nodemailer");
2
+ const fetch = require('node-fetch');
3
  const { Pool } = require('pg');
4
  var parse = require('pg-connection-string').parse;
5