mirror of
https://github.com/directus/directus.git
synced 2026-01-10 06:38:12 -05:00
stupid mistake fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user