aralroca / vidBits

Project for TDD course from CodeAcademy
1 stars 0 forks source link

async /await #2

Open cjessett opened 6 years ago

cjessett commented 6 years ago

(Simplify) Here you can omit the async since there is no await call in the function.

aralroca commented 6 years ago

Oh, right. Thank you!