diff --git a/src/executor/executor.ts b/src/executor/executor.ts index 22977b191..4f5a7c728 100644 --- a/src/executor/executor.ts +++ b/src/executor/executor.ts @@ -63,7 +63,7 @@ export type ExecutorOptions = { * Note: If you decide to set this to `true`, you will be responsible for proper shutdown of task executor. */ skipProcessSignals?: boolean; - /* + /** * Timeout for waiting for at least one offer from the market. * This parameter (set to 30 sec by default) will throw an error when executing `TaskExecutor.run` * if no offer from the market is accepted before this time.