fix: brown paper bag issue at referencing the same literal object instance
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 67b40146464c168ded98a8f17e9eb3d1a5b04c31..c42e15be6e3687f84202f125af61ea966e6ea46a 100644 (file)
@@ -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 */