ptpaterson / netlify-faunadb-graphql-auth

Netlify functions example with faunadb, graphql, and authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect null check

ptpaterson opened this issue · comments

This line is suspicious to me. I think it should check for response.data.email.

if (args.data && args.data.email && args.data.email) {