Change
This commit is contained in:
parent
1222208cc2
commit
7217007f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ public class RequestService {
|
||||||
List<String> collectionNames = new ArrayList<>();
|
List<String> collectionNames = new ArrayList<>();
|
||||||
|
|
||||||
request.getAqlRequestCollections().forEach(collection -> {
|
request.getAqlRequestCollections().forEach(collection -> {
|
||||||
collectionNames.add(collection.getCollectionUrl()); // Use collection URL instead of type
|
collectionNames.add(collection.getType());
|
||||||
});
|
});
|
||||||
StreamTransactionEntity tx = null;
|
StreamTransactionEntity tx = null;
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue