feat: add express-hybrid-pool example
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / src / worker.ts
index eb546ef0a9d82c189d2ef5b799395321c7d8df62..d70b76dd7f93f2d026126ef7b84b46504f2361bd 100644 (file)
@@ -17,6 +17,7 @@ class FastifyWorker extends ClusterWorker<WorkerData, WorkerResponse> {
     workerData?: WorkerData
   ): Promise<WorkerResponse> => {
     const { port } = workerData as WorkerData
+
     FastifyWorker.fastify = Fastify({
       logger: true
     })