Skip to content

Commit 9a268d2

Browse files
authored
Update part5a.md
The `async` also is part of the change line and is important to be as part of the highlight
1 parent e4b9a0e commit 9a268d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ const getAll = () => {
357357
return request.then(response => response.data)
358358
}
359359

360+
// highlight-start
360361
const create = async newObject => {
361-
// highlight-start
362362
const config = {
363363
headers: { Authorization: token },
364364
}

0 commit comments

Comments
 (0)