Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Jan 8, 2025
1 parent 8c233cd commit c23cd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/campaign/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def get_current_mean(dimension):
value.value
for m in measurements
if m.sensor_model == SensorModel.VIRTUAL_SENSOR
for value in m.values
for value in m.values.all()
if value.dimension == Dimension.ADJUSTED_TEMP_CUBE
]

Expand Down

0 comments on commit c23cd63

Please sign in to comment.