async function run () { const user = await getUser() const tweets = await getTweets(user) return [user, tweets] }