We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bb157 commit 03d8568Copy full SHA for 03d8568
more_test.js
@@ -1,6 +1,6 @@
1
2
const sgMail = require('@sendgrid/mail')
3
-// sgMail.setApiKey('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')
+// sgMail.setApiKey('')
4
5
console.log(process.env.SENDGRID_API_KEY)
6
// fetch("https://api.twilio.com/2010-04-01/Accounts/AC21613e24f57fc71ea268a3f8213b31f6/Messages.json", {
@@ -37,4 +37,4 @@ console.log(process.env.SENDGRID_API_KEY)
37
// })
38
// .catch((error) => {
39
// console.error(error)
40
-// })
+// })
0 commit comments