carsten-cc
Results
1
issues of
carsten-cc
Hi, in the default template the passed `opts` parameter seems to be ignored: https://github.com/seriousme/fastify-openapi-glue/blob/529975adf265f7ab5bc342c7624a52db55bd2a68/lib/templates/js/index.js#L13 https://github.com/seriousme/fastify-openapi-glue/blob/529975adf265f7ab5bc342c7624a52db55bd2a68/lib/templates/js/index.js#L14 I'd expect something like `fastify.register(openapiGlue, {...pluginOptions, ...opts}); ` there - or did I miss something?