X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=c42e15be6e3687f84202f125af61ea966e6ea46a;hb=260f9dcc04f0680f7ef3f01d859a1f2fa748c07c;hp=67b40146464c168ded98a8f17e9eb3d1a5b04c31;hpb=59b6ed8d1db313ef3371efd8ab5e039cf3dedab0;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 67b40146..c42e15be 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -47,7 +47,6 @@ export class Constants { static readonly MAX_RANDOM_INTEGER = 281474976710654; - static EMPTY_OBJECT = {}; static readonly EMPTY_FREEZED_OBJECT = Object.freeze({}); static readonly EMPTY_FUNCTION = Object.freeze(() => { /* This is intentional */