Fix deconflicting

This commit is contained in:
Andras Schmelczer 2025-02-24 23:01:24 +00:00
parent becd7c222e
commit a7b518d7ea
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 32 additions and 8 deletions

View file

@ -93,7 +93,7 @@ export class SyncClient {
database,
settings,
syncService,
new FileOperations(logger, fs),
new FileOperations(logger, database, fs),
history
);