We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0b5ec commit b36c475Copy full SHA for b36c475
src/plugins/sensible.ts
@@ -7,7 +7,5 @@ import sensible, { SensibleOptions } from '@fastify/sensible'
7
* @see https://github.com/fastify/fastify-sensible
8
*/
9
export default fp<SensibleOptions>(async (fastify, opts) => {
10
- fastify.register(sensible, {
11
- errorHandler: false
12
- })
+ fastify.register(sensible)
13
})
0 commit comments