From 01586e028cfa274094058ada973fddb6ae322d3c Mon Sep 17 00:00:00 2001 From: David Dooley Date: Fri, 15 Mar 2024 11:21:39 +0000 Subject: [PATCH] Removed warning README.md --- forward-message-sendgrid/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/forward-message-sendgrid/README.md b/forward-message-sendgrid/README.md index 100a4b61..27a1c774 100644 --- a/forward-message-sendgrid/README.md +++ b/forward-message-sendgrid/README.md @@ -1,9 +1,4 @@ -###Attention - -With the release of Node v18, the Node.js ecosystem is migrating over from the old CommonJS (CJS) standard to the newer, ES Modules (ESM) standard. Using ESM modules in CJS code is not possible. You can read about the differences in far more detail in this [blog Post.](https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1). The following snippets may causes errors. - - # Forward SMS message as an email (SendGrid) The SendGrid Function will forward incoming SMS messages to an email address using the [SendGrid API](https://sendgrid.com/).