mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
fix(counts): typo
This commit is contained in:
parent
d78206d4df
commit
f0e76db864
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ class ThreadCountsStore extends NylasStore
|
|||
|
||||
foundNegative = false
|
||||
for {category_id, unread, total} in results
|
||||
unread = -1
|
||||
@_counts[category_id] = {unread, total}
|
||||
if unread < 0 or total < 0
|
||||
foundNegative = true
|
||||
|
|
Loading…
Reference in a new issue