From e07ef2e69f89d7d0445897bb05a17a287b7f0003 Mon Sep 17 00:00:00 2001 From: gboege <44926950+gboege@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:36:43 +0200 Subject: [PATCH] debug --- server.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server.js b/server.js index f7acf49..cecce0f 100644 --- a/server.js +++ b/server.js @@ -697,9 +697,11 @@ app.post('/portal', async (req, res) => { for (var key in entity_keys) { + debug('GBEntitiyKeys: %o', entity[key]); + let attribute = { attribute_name: key, - attribute_value: entity[key]["value"] + attribute_value: entity[key] } } entity_attributes = Object.entries(entity)