Skip to content

Commit

Permalink
Merge 0eab1a9 into d25deb2
Browse files Browse the repository at this point in the history
  • Loading branch information
GustaafL committed Aug 1, 2023
2 parents d25deb2 + 0eab1a9 commit d1fbcf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flexmeasures/api/v3_0/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ def fetch_one(self, id, sensor):
:status 422: UNPROCESSABLE_ENTITY
"""

sensor.resolution = sensor.event_resolution
return sensor_schema.dump(sensor), 200

@route("", methods=["POST"])
Expand Down

0 comments on commit d1fbcf2

Please sign in to comment.