Lint & format

This commit is contained in:
Andras Schmelczer 2025-06-07 22:24:27 +01:00
parent 7e3f972531
commit 57b2b76932
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
21 changed files with 89 additions and 74 deletions

View file

@ -16,7 +16,7 @@ import type { UnrestrictedSyncer } from "./unrestricted-syncer";
import { createPromise } from "../utils/create-promise";
import { SyncResetError } from "../services/sync-reset-error";
import { Locks } from "../utils/locks";
import { DocumentVersionWithoutContent } from "../services/types/DocumentVersionWithoutContent";
import type { DocumentVersionWithoutContent } from "../services/types/DocumentVersionWithoutContent";
export class Syncer {
private readonly remoteDocumentsLock: Locks<DocumentId>;