You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Sync fixes
This commit is contained in:
@@ -34,7 +34,7 @@ class ReportService {
|
||||
};
|
||||
|
||||
output.toDelete = {
|
||||
total: await BaseItem.deletedItemCount(),
|
||||
total: await BaseItem.deletedItemCount(syncTarget),
|
||||
};
|
||||
|
||||
output.conflicted = {
|
||||
|
||||
Reference in New Issue
Block a user