Update todos-read-all.js
This commit is contained in:
parent
42c6298127
commit
20188a7982
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue