Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gboege committed Apr 22, 2024
1 parent e66618a commit e07ef2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e07ef2e

Please sign in to comment.