falko-org / Falko

:chart_with_upwards_trend: Falko (Front-End): Platform for agile projects management :bar_chart:
MIT License
15 stars 11 forks source link

Refactoring api requests of Revision components to use new async await js promise syntax #412

Open lukassxp opened 4 years ago

lukassxp commented 4 years ago

Proposed Changes

Refactoring api requests of Revision components to use new async await js promise syntax. #411

Type of Changes

Checklist

Further Comments

The code is expected to maintain the same behavior but using the new syntax that makes the code more readable.