refactor: null -> undefined where appropriate
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / src / main.ts
index 66be31a8aca6bef23391127b94391efc0b75361c..b700bdbb8bbcff9ff441960e5940c2d42c4c635a 100644 (file)
@@ -41,7 +41,7 @@ const pool = new FixedClusterPool<ClusterWorkerData, ClusterWorkerResponse>(
               `Fastify is listening in cluster worker on port ${response.port}`
             )
           }
-          return null
+          return undefined
         })
         .catch(error => {
           console.error('Fastify failed to start in cluster worker:', error)