Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / types / orm / entities / PerformanceRecord.ts
index 81ee84b7f6002aa0b4de5e90e237a4acbf8d2dac..67ffc700c99223f2f1004a56f70550113cd76e5e 100644 (file)
@@ -15,5 +15,5 @@ export class PerformanceRecord {
   // @Property()
   // updatedAt?: Date;
   // @OneToMany('PerformanceData', 'performanceRecord')
-  // performanceData?= new Collection<PerformanceData>(this);
+  // performanceData? = new Collection<PerformanceData>(this);
 }