From 20188a7982b84ff80d1448302ea6badadb4438d5 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 31 Jan 2019 14:02:58 -0800 Subject: [PATCH] Update todos-read-all.js --- functions/todos-read-all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/todos-read-all.js b/functions/todos-read-all.js index 05e81a8..70463c0 100644 --- a/functions/todos-read-all.js +++ b/functions/todos-read-all.js @@ -2,7 +2,7 @@ import faunadb from 'faunadb' const q = faunadb.query const client = new faunadb.Client({ - secret: process.env.FAUNADB_SECRET + secret: process.env.FAUNADB_SERVER_SECRET }) exports.handler = (event, context, callback) => {