From a1fbcced32bc56e50f82a260ce24477f01ef1fbb Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 30 Aug 2018 10:20:30 -0700 Subject: [PATCH] Update todos-create.js --- functions/todos-create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/todos-create.js b/functions/todos-create.js index ad858e9..9864659 100644 --- a/functions/todos-create.js +++ b/functions/todos-create.js @@ -10,7 +10,7 @@ const client = new faunadb.Client({ exports.handler = (event, context, callback) => { /* parse the string body into a useable JS object */ const data = JSON.parse(event.body) - console.log("Function `todo-create` invoked", data) + console.log("Hello webinar. Function `todo-create` invoked", data) const todoItem = { data: data }