CBOR: Fixes

This commit is contained in:
2026-06-05 16:38:06 +02:00
parent ac7e0e5145
commit bf305b33d1
@@ -416,8 +416,6 @@ bool AnalyzeIndexing(DataMessage &message,
message.indexing_extra_lattices.push_back(el);
}
message.indexing_lattice_count = static_cast<int64_t>(1 + message.indexing_extra_lattices.size());
outcome = true;
}
}