Fix ArangoDB calls
This commit is contained in:
parent
2a659eaf96
commit
771157abb1
1 changed files with 5 additions and 0 deletions
|
|
@ -280,6 +280,11 @@ public class RequestService {
|
|||
}
|
||||
|
||||
Object entityIds = entities.get(entityType);
|
||||
|
||||
if (entityIds instanceof String) {
|
||||
entityIds = Collections.singletonList((String) entityIds);
|
||||
}
|
||||
|
||||
executeMainAqlRequest(arangoDb, entityIds, collection.getCollectionUrl(), type, transactionId);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue