mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
1. Injecting `appEvents` service into `screen-track` was unnecessary as it's already injected into all services (and was causing an assertion error) 2. Return a promise from `sendNextConsolidatedTiming()` (no need for `await settled()` then)