X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Form%2Fentities%2FPerformanceRecord.ts;h=67ffc700c99223f2f1004a56f70550113cd76e5e;hb=7f61131f2121e49a7dd76334f2c30dde283b94e0;hp=81ee84b7f6002aa0b4de5e90e237a4acbf8d2dac;hpb=dc6617020896c78ee5b3d4ef2513c98b4d61f06f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/orm/entities/PerformanceRecord.ts b/src/types/orm/entities/PerformanceRecord.ts index 81ee84b7..67ffc700 100644 --- a/src/types/orm/entities/PerformanceRecord.ts +++ b/src/types/orm/entities/PerformanceRecord.ts @@ -15,5 +15,5 @@ export class PerformanceRecord { // @Property() // updatedAt?: Date; // @OneToMany('PerformanceData', 'performanceRecord') - // performanceData?= new Collection(this); + // performanceData? = new Collection(this); }