renames
This commit is contained in:
parent
d5958fcbaa
commit
5a4723cd00
9 changed files with 163 additions and 697 deletions
|
|
@ -10,5 +10,5 @@ export async function findMatchingFile(
|
|||
return undefined;
|
||||
}
|
||||
|
||||
return candidates.find(({ record }) => record.hash === contentHash);
|
||||
return candidates.find(({ record }) => record.remoteHash === contentHash);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue