1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Sync fixes

This commit is contained in:
Laurent Cozic
2017-07-19 20:15:55 +01:00
parent df3e5ac40c
commit 5ca8647d35
18 changed files with 264 additions and 99 deletions

View File

@@ -34,7 +34,7 @@ class ReportService {
};
output.toDelete = {
total: await BaseItem.deletedItemCount(),
total: await BaseItem.deletedItemCount(syncTarget),
};
output.conflicted = {