CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Simplify `content-utility` asynchrony code #168

Closed CodeWringer closed 1 year ago

CodeWringer commented 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.

CodeWringer commented 1 year ago

Resolved with #159