X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerStaticPool.ts;h=cbc62fb63bfe45be928c5810c67c22bb862297de;hb=107efcc6655b5a4409fc5db3da90869d6881a195;hp=e4a8910ba8dc103b8170a21b6a15620e648a435d;hpb=ffd71f2c31025fcec6d5a95e1fba5d32c6d28e5b;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerStaticPool.ts b/src/worker/WorkerStaticPool.ts index e4a8910b..cbc62fb6 100644 --- a/src/worker/WorkerStaticPool.ts +++ b/src/worker/WorkerStaticPool.ts @@ -36,7 +36,6 @@ export default class WorkerStaticPool extends WorkerAbstract { * @returns * @public */ - // eslint-disable-next-line @typescript-eslint/no-empty-function public async start(): Promise { // This is intentional }