Closed BulkBeing closed 8 months ago
The functions in one of the examples under Async section is missing the async keyword and await is used in the body.
async
await
The functions in one of the examples under Async section is missing the
async
keyword andawait
is used in the body.