Update todos-delete-batch.js

This commit is contained in:
David Wells 2019-01-31 14:02:42 -08:00 committed by GitHub
parent 36e12d4a79
commit 669355c7f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {