You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2026-05-22 09:05:38 +02:00
Various improvements
This commit is contained in:
@@ -26,8 +26,10 @@ class ReportService {
|
||||
syncedCount += o.synced;
|
||||
}
|
||||
|
||||
let conflictedCount = await Note.conflictedCount();
|
||||
|
||||
output.total = {
|
||||
total: itemCount,
|
||||
total: itemCount - conflictedCount,
|
||||
synced: syncedCount,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user