This commit is contained in:
Maksim Tereshin 2025-04-10 08:40:10 -05:00
parent 1222208cc2
commit 7217007f4a
No known key found for this signature in database

View file

@ -565,7 +565,7 @@ public class RequestService {
List<String> collectionNames = new ArrayList<>();
request.getAqlRequestCollections().forEach(collection -> {
collectionNames.add(collection.getCollectionUrl()); // Use collection URL instead of type
collectionNames.add(collection.getType());
});
StreamTransactionEntity tx = null;
try {