build(deps): bump fastify
[poolifier.git] / benchmarks / internal / cluster-worker.mjs
index fee9d3f8b5cbddccd17d58dc4b95cbaf2a5cb8d8..f6b3b056ea37d0eb3b6bb76242c7e0d983654b2d 100644 (file)
@@ -5,7 +5,7 @@ import { TaskFunctions } from '../benchmarks-types.mjs'
 
 const debug = false
 
-const taskFunction = (data) => {
+const taskFunction = data => {
   data = data || {}
   data.function = data.function || TaskFunctions.jsonIntegerSerialization
   const res = executeTaskFunction(data)