stupid mistake fix

This commit is contained in:
Nitwel
2025-08-22 17:22:55 +02:00
parent ff0b73abdf
commit c6d5b561a0

View File

@@ -92,7 +92,7 @@ export async function handleVersion(self: ItemsServiceType, key: PrimaryKey, que
return [
key,
value.map((val) => {
const match = ids?.find((id) => String(id) === String(value));
const match = ids?.find((id) => String(id) === String(val));
if (match) {
return null;