Skip to content

Commit dce18b4

Browse files
authored
Merge pull request #3272 from patchamama/patch-3
Update part5a.md
2 parents e4b9a0e + eadc396 commit dce18b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/5/es/part5a.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,9 @@ const getAll = () => {
371371
return request.then(response => response.data)
372372
}
373373

374+
// highlight-start
374375
const create = async newObject => {
375-
// highlight-start
376+
376377
const config = {
377378
headers: { Authorization: token },
378379
}

0 commit comments

Comments
 (0)