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.
ctx.res
1 parent 42d707b commit cab95caCopy full SHA for cab95ca
test/conformance/function.js
@@ -47,7 +47,7 @@ function writeJson(content) {
47
async function tryKnativeAsync(ctx, data) {
48
debug('✅ Function should receive request: %o', data);
49
await ctx.send(data);
50
- return ctx.response(data);
+ ctx.res.send(data);
51
}
52
53
function tryAsync(ctx, data) {
0 commit comments