Skip to content

Commit 2197ca4

Browse files
fix: stop propagating options (#121)
* fix: remove console.log * fix: stop propagating the options to external plugins
1 parent da9bdd4 commit 2197ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function serviceApp (
2424
// those should be registered first as your application plugins might depend on them
2525
await fastify.register(fastifyAutoload, {
2626
dir: path.join(import.meta.dirname, 'plugins/external'),
27-
options: { ...opts }
27+
options: {}
2828
})
2929

3030
// This loads all your application plugins defined in plugins/app

0 commit comments

Comments
 (0)