1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-05-22 09:05:38 +02:00

Various improvements

This commit is contained in:
Laurent Cozic
2017-07-15 23:47:11 +01:00
parent 472dee05ea
commit 22cb2fdfbe
11 changed files with 34 additions and 11 deletions
+3 -1
View File
@@ -26,8 +26,10 @@ class ReportService {
syncedCount += o.synced;
}
let conflictedCount = await Note.conflictedCount();
output.total = {
total: itemCount,
total: itemCount - conflictedCount,
synced: syncedCount,
};