mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 01:28:14 -05:00
This change both improves readability and fixes potential race-condition issues where promises were nested instead of being chained. Also includes: * Use arrow functions and Promise shorthands * Remove the obsolete `asyncTestDiscourse` helper