Format files

This commit is contained in:
Andras Schmelczer 2025-01-05 15:35:51 +00:00
parent 02486d671e
commit 438caa96a6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
19 changed files with 557 additions and 585 deletions

View file

@ -8,7 +8,7 @@ let isRunning = false;
export async function applyRemoteChangesLocally({
database,
syncService,
syncer,
syncer
}: {
database: Database;
syncService: SyncService;