Skip to content

Commit 4ea0fad

Browse files
renovate[bot]renovate-botascorbic
authored
chore(deps): update dependency object-path to 0.11.8 [security] (#270)
* chore(deps): update dependency object-path to 0.11.8 [security] * chore: ignore package-lock Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Matt Kane <[email protected]>
1 parent f768a4a commit 4ea0fad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ node_modules
1717
public
1818
.DS_Store
1919
.parcel-cache
20-
node_modules
20+
package-lock.json

plugin/src/templates/api/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const createResponseObject = ({ onResEnd }) => {
198198
res.writableEnded = true
199199
// Call onResEnd handler with the response object
200200
onResEnd(response)
201+
return res
201202
}
202203

203204
// Gatsby Functions additions

0 commit comments

Comments
 (0)