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

@ -18,6 +18,7 @@ import { ConnectionStatus } from "./services/connection-status";
export class SyncClient {
private remoteListenerIntervalId: NodeJS.Timeout | null = null;
// eslint-disable-next-line @typescript-eslint/max-params
private constructor(
private readonly _history: SyncHistory,
private readonly _settings: Settings,