We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98e7775 + bf04a69 commit 0c632bcCopy full SHA for 0c632bc
src/workerd/io/actor-cache.c++
@@ -2645,7 +2645,7 @@ kj::Promise<void> ActorCache::flushImplUsingTxn(
2645
auto request = txn.deleteRequest(capnp::MessageSize { 4 + batch.wordCount, 0 });
2646
auto listBuilder = request.initKeys(batch.pairCount);
2647
for (size_t i = 0; i < batch.pairCount; ++i) {
2648
- KJ_ASSERT(entryIt != mutedDeleteFlush.entries.end());
+ KJ_ASSERT(entryIt != flush.entries.end());
2649
auto& entry = **(entryIt++);
2650
listBuilder.set(i, entry.key.asBytes());
2651
}
0 commit comments