fix(counts): typo

This commit is contained in:
Ben Gotow 2016-03-24 16:48:55 -07:00
parent d78206d4df
commit f0e76db864

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