Migrate library from coroutines to async await syntax #67
Labels
3
code-challenge
This issue has been groomed and is ready to be picked up by a code challenge participant.
Context
This library would benefit from upgrading the older style of async code (currently coroutines) to the more modern async await.
See conversation here for more context: #66 (review)
Definition of Done
Upgrade this library from
bluebird coroutines
toasync await
. All test should pass.See note here: #66 (comment) for details on that.
The text was updated successfully, but these errors were encountered: