mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-24 21:55:56 +00:00
address comments
This commit is contained in:
@@ -604,12 +604,7 @@ CassandraBackend::fetchBookOffers(
|
||||
for (size_t i = 0; i < objs.size(); ++i)
|
||||
{
|
||||
if (objs[i].size() != 0)
|
||||
{
|
||||
if (results.size() == limit)
|
||||
return {results, keys[i], warning};
|
||||
|
||||
results.push_back({keys[i], objs[i]});
|
||||
}
|
||||
}
|
||||
|
||||
return {results, {}, warning};
|
||||
|
||||
Reference in New Issue
Block a user