From c2ecf56850a063358c2c53b26ffd47f20590a227 Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Fri, 7 Feb 2020 21:57:28 +0100 Subject: [PATCH] debuggging identity-signup --- lambda-src/identity-signup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda-src/identity-signup.js b/lambda-src/identity-signup.js index 282c377..3cf0913 100644 --- a/lambda-src/identity-signup.js +++ b/lambda-src/identity-signup.js @@ -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)