Allow code to be wrapped #4

Closed
opened 2021-03-21 19:10:05 +00:00 by Vylpes · 1 comment
Vylpes commented 2021-03-21 19:10:05 +00:00 (Migrated from github.com)

This might also be able to be resolved by returning a promise #2

Example:

async function goodOlWrapper(sub) { 
  return randomBunny(sub, 'new', res => {
     console.log(res.url)
     return res.url;
    }
  )
}
This might also be able to be resolved by returning a promise #2 Example: ```js async function goodOlWrapper(sub) { return randomBunny(sub, 'new', res => { console.log(res.url) return res.url; } ) } ```
Vylpes commented 2021-04-12 20:29:14 +01:00 (Migrated from github.com)

Is fixed by #2

Is fixed by #2
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/random-bunny#4
No description provided.