Skip to content

Fix promises in saveAsset

Latest
Compare
Choose a tag to compare
@loafofpiecrust loafofpiecrust released this 02 Apr 19:04
:bug: Fix promise returns in saveAsset and upload

We have to return from inside `.then()` to ensure that outer promises wait for inner
promises. Should be simplified with async/await later on.