Change JavaScript Promise from '.then' style to 'async-await' style in Line 105-114 of 'src/routes/apps/labelcopier/index.js' #63
Labels
complexity: 2
Complexity 2 out of 5 with 5 being the highest
good first issue
Good for newcomers
help wanted
Extra attention is needed
lang: javascript
status: available
Issues that are up for grab
type: enhancement
Improve existing features
Task
Change JavaScript Promise from '.then' style to 'async-await' style in Line 105 - 114
Tips:
Impact
The code will be more readable and more maintainable, as 'async-await' style results in cleaner and shorter code blocks.
More info
If you don't know how to do it, try to search for it. There are many good references, such as this one on Stack Overflow.
Should you have any questions, please don't hesitate to comment under this issue.
The text was updated successfully, but these errors were encountered: