OK this is why you should always check your assumptions...for some reason I thought (a) you can't await a promise multiple times (b) you can't await a promise that's already resolved Neither of these are true, so you can just do this.
3 likes 0 replies
?