Skip to content
Snippets Groups Projects
Commit 6657f8415dcb authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

fix: add eid in getOne result

parent b89b4d7ca73d
No related branches found
No related tags found
1 merge request!5fix: add eid in getOne result
......@@ -79,7 +79,7 @@
[attributesNames[idx]]: attributeValue,
...agg,
}),
{ id: params.id }
{ eid: params.id, id: params.id }
);
// Getting relations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment