We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f1d04 commit 4392f77Copy full SHA for 4392f77
functions/newsletter/newsletter.js
@@ -21,7 +21,7 @@ exports.handler = async (event, context) => {
21
contactObj
22
);
23
24
- console.log(`Created contact, email: ${body.email}`);
+ console.log(`Contact created, email: ${body.email}`);
25
26
return {
27
statusCode: 200,
0 commit comments