Update todos-delete-batch.js
This commit is contained in:
parent
36e12d4a79
commit
669355c7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import getId from './utils/getId'
|
||||||
|
|
||||||
const q = faunadb.query
|
const q = faunadb.query
|
||||||
const client = new faunadb.Client({
|
const client = new faunadb.Client({
|
||||||
secret: process.env.FAUNADB_SECRET
|
secret: process.env.FAUNADB_SERVER_SECRET
|
||||||
})
|
})
|
||||||
|
|
||||||
exports.handler = (event, context, callback) => {
|
exports.handler = (event, context, callback) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue