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 #411

Open lukassxp opened 4 years ago

lukassxp commented 4 years ago

Description

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

Expected behavior

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

Current behavior

The code works correctly but uses the old syntax that impairs readability.

Checklist