Closed CodeWringer closed 1 year ago
Currently, the content utility code works with promises, even though it most likely doesn't have to. Consider re-writing the code so it relies on async/await, instead of promises, where possible.
async/await
Resolved with #159
Currently, the content utility code works with promises, even though it most likely doesn't have to. Consider re-writing the code so it relies on
async/await
, instead of promises, where possible.