fix(counts): typo

This commit is contained in:
Ben Gotow 2016-03-24 16:48:55 -07:00
parent 997acbf906
commit c963f05032

View file

@ -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