From: Jérôme Benoit Date: Tue, 3 Jan 2023 18:00:35 +0000 (+0100) Subject: Silence one eslint warning X-Git-Tag: v1.1.89~39 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1f7a03460c25a4d696d23a1a4ff6fbe7384346e9;p=e-mobility-charging-stations-simulator.git Silence one eslint warning Signed-off-by: Jérôme Benoit --- diff --git a/src/worker/WorkerSet.ts b/src/worker/WorkerSet.ts index e69e9285..fba3516a 100644 --- a/src/worker/WorkerSet.ts +++ b/src/worker/WorkerSet.ts @@ -84,8 +84,7 @@ export default class WorkerSet extends WorkerAbstract { } /** - * - * @private + * Start a new `Worker`. */ private async startWorker(): Promise { const worker = new Worker(this.workerScript);