Update todos-read.js
This commit is contained in:
parent
20188a7982
commit
8ee6d32f05
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import getId from './utils/getId'
|
|||
|
||||
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