X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworker%2FWorkerPool.ts;fp=src%2Fworker%2FWorkerPool.ts;h=5b9415c8d40bd69a2d55ad8a7cfa46b7a1bac83e;hb=c045d9a97ebdf3747b82746b733b0c60a7db3f32;hp=f1a6cc1f7a7acd0fc3e60bce255b5b3a4e2b3a48;hpb=c0adafb9cb5fce11395d6061474a56b3780a50f4;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerPool.ts b/src/worker/WorkerPool.ts index f1a6cc1f..5b9415c8 100644 --- a/src/worker/WorkerPool.ts +++ b/src/worker/WorkerPool.ts @@ -2,7 +2,7 @@ import Configuration from '../utils/Configuration'; import Constants from '../utils/Constants'; import Pool from 'worker-threads-pool'; import Utils from '../utils/Utils'; -import WorkerData from '../types/WorkerData'; +import { WorkerData } from '../types/Worker'; import Wrk from './Wrk'; export default class WorkerPool extends Wrk {