X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerConstants.ts;h=72d436d439f444416524d4bc5245b26fb19ed01a;hb=84168fc3d6347e325764d384a3d1a8e132f497b1;hp=12bb70accb53f170137313da6f1abc8d43cd8f68;hpb=59b6ed8d1db313ef3371efd8ab5e039cf3dedab0;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerConstants.ts b/src/worker/WorkerConstants.ts index 12bb70ac..72d436d4 100644 --- a/src/worker/WorkerConstants.ts +++ b/src/worker/WorkerConstants.ts @@ -1,5 +1,4 @@ export class WorkerConstants { - public static EMPTY_OBJECT = {}; public static readonly EMPTY_FUNCTION = Object.freeze(() => { /* This is intentional */ });