This commit is contained in:
Andras Schmelczer 2026-04-07 21:03:21 +01:00
parent d5958fcbaa
commit 5a4723cd00
9 changed files with 163 additions and 697 deletions

View file

@ -10,5 +10,5 @@ export async function findMatchingFile(
return undefined;
}
return candidates.find(({ record }) => record.hash === contentHash);
return candidates.find(({ record }) => record.remoteHash === contentHash);
}