build(deps): bump poolifier in /examples/typescript/http-client-pool
[poolifier.git] / tests / worker-files / thread / asyncWorker.mjs
index 4c52783f7bdb8df473b0b91ec1494f7c6c94bf1b..30442bfca19b8ca1219eb4ee02c8e17d7425499c 100644 (file)
@@ -4,6 +4,7 @@ import { sleepTaskFunction } from '../../test-utils.js'
 /**
  *
  * @param data
+ * @returns
  */
 async function sleep (data) {
   return sleepTaskFunction(data, 2000)