Skip to content

Commit

Permalink
debuggging identity-signup
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Feb 7, 2020
1 parent 0831f6f commit c2ecf56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda-src/identity-signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export async function handler(event, context) {
"x-hasura-admin-secret": process.env.HASURA_SECRET,
},
})
console.log(result)
const { errors, data } = await result.json()
console.log("data====================")
console.log(data)
Expand Down

0 comments on commit c2ecf56

Please sign in to comment.