We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768a4a commit 4ea0fadCopy full SHA for 4ea0fad
.prettierignore
@@ -17,4 +17,4 @@ node_modules
17
public
18
.DS_Store
19
.parcel-cache
20
-node_modules
+package-lock.json
plugin/src/templates/api/utils.ts
@@ -198,6 +198,7 @@ export const createResponseObject = ({ onResEnd }) => {
198
res.writableEnded = true
199
// Call onResEnd handler with the response object
200
onResEnd(response)
201
+ return res
202
}
203
204
// Gatsby Functions additions
0 commit comments