Skip to content

Commit 03d8568

Browse files
authored
Update more_test.js
1 parent e7bb157 commit 03d8568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

more_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
const sgMail = require('@sendgrid/mail')
3-
// sgMail.setApiKey('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')
3+
// sgMail.setApiKey('')
44

55
console.log(process.env.SENDGRID_API_KEY)
66
// fetch("https://api.twilio.com/2010-04-01/Accounts/AC21613e24f57fc71ea268a3f8213b31f6/Messages.json", {
@@ -37,4 +37,4 @@ console.log(process.env.SENDGRID_API_KEY)
3737
// })
3838
// .catch((error) => {
3939
// console.error(error)
40-
// })
40+
// })

0 commit comments

Comments
 (0)