bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
26 stars 1 forks source link

Lint: require async functions to use await #355

Closed graue closed 3 months ago

graue commented 3 months ago

Also: Fix some technically incorrect async action creators to not resolve before the underlying async action completes. I don't think this resulted in any visible bug as written.