Skip to content

Commit

Permalink
fix: Add missing timestamp in domain conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Jan 7, 2025
1 parent 4e98007 commit 8d94b47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public interface MeasurementMapper {

@Mapping(target = "vehicle", ignore = true)
@Mapping(source = "gpsLocation", target = "location")
@Mapping(source = "registeredAt", target = "timestamp")
Measurement measurementEntityToMeasurement(MeasurementEntity measurement);

Measurement.Battery batteryEntityToBattery(BatteryEntity batteryEntity);
Expand Down

0 comments on commit 8d94b47

Please sign in to comment.