build: silence the linter on TS examples code
[poolifier.git] / examples / typescript / http-server-pool / fastify / src / fastify-poolifier.ts
index 1ced0510c75b565c0bfa47f8179a662183ae0354..36c1ea623a06265a8b14e951653a4bfd08cbb456 100644 (file)
@@ -11,7 +11,7 @@ const fastifyPoolifierPlugin: FastifyPluginCallback<FastifyPoolifierOptions> = (
   fastify,
   options,
   done
-): void => {
+) => {
   const pool = new DynamicThreadPool<WorkerData, WorkerResponse>(
     options.minWorkers,
     options.maxWorkers,