Skip to content

Commit fa68638

Browse files
authored
Merge pull request #3271 from patchamama/patch-2
Update part5a.md
2 parents dce18b4 + 9a268d2 commit fa68638

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)