Skip to content

Commit 4392f77

Browse files
committed
Re-deploy function
1 parent 66f1d04 commit 4392f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/newsletter/newsletter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports.handler = async (event, context) => {
2121
contactObj
2222
);
2323

24-
console.log(`Created contact, email: ${body.email}`);
24+
console.log(`Contact created, email: ${body.email}`);
2525

2626
return {
2727
statusCode: 200,

0 commit comments

Comments
 (0)