From fe3118d636dedb2d6c0d3fbfe69c927c3e98c33d Mon Sep 17 00:00:00 2001 From: gboege <44926950+gboege@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:09:32 +0200 Subject: [PATCH] value --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 5bd0764..ee4e592 100644 --- a/server.js +++ b/server.js @@ -697,7 +697,7 @@ app.post('/portal', async (req, res) => { for (var key in entity_keys) { let attribute = { attribute_name: key, - attribute_value: JSON.toString(entity[key]) + attribute_value: entity[key].value } } entity_attributes = Object.entries(entity)