Skip to content

Try using async/await instead of chained Promises #61

@zsoltpardi

Description

@zsoltpardi

It would be better to use and call Promises with await inside an async function instead of chain the Promises using the "then" return function. This would make the code more readable and more maintainable.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions