Lint & format

This commit is contained in:
Andras Schmelczer 2025-03-22 12:09:07 +00:00
parent 79eb4f6c7b
commit ba90fc0b41
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 41 additions and 25 deletions

View file

@ -135,7 +135,8 @@ export class UnrestrictedSyncer {
let response:
| components["schemas"]["DocumentVersion"]
| components["schemas"]["DocumentUpdateResponse"];
| components["schemas"]["DocumentUpdateResponse"]
| undefined = undefined;
if (
document.metadata.hash === contentHash &&
oldPath === undefined