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.
2 parents f79d171 + 0d5dfc2 commit 152aa10Copy full SHA for 152aa10
README.md
@@ -26,7 +26,7 @@ module.exports.handler = handler()
26
// this will forward to next function in the chain
27
await next();
28
// you can do things, like logging, after the fact
29
- // you can also override the return value=
+ // you can also override the return value
30
})
31
.with({
32
log: pino() // this will be accessible as context.log
0 commit comments