Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 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.
- Loading branch information