Closed eriq-augustine closed 11 months ago
There is currently a race condition when task timers are accessed (added or removed).
Syncing it is not hard, but we should take this time to think about how we can better represent, manage, and store tasks.
Implemented in a series of commits that ends with 5e394a0eee7b41add808d0dd22fe7c7bcfdfec4b.
There is currently a race condition when task timers are accessed (added or removed).
Syncing it is not hard, but we should take this time to think about how we can better represent, manage, and store tasks.