clients: add .len()

This commit is contained in:
nym21
2026-04-29 12:06:22 +02:00
parent f1749472e7
commit a7e41df1c6
17 changed files with 265 additions and 149 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ async function testConsistency() {
try {
const result = await endpoint.last(0);
const total = result.total;
const total = result.end;
if (!byIndex.has(idxName)) {
byIndex.set(idxName, []);