valtzu/smart-coffee

Fix json-api queue

Closed this issue · 1 comments

Promises are immutable, who knew?
So we'll need to use

queue = queue.then(...);

This should fix the issue where quickly tapping the notification checkboxes on/off won't register all the requested actions.

Fixed in 66e9989