Skip to content

Commit

Permalink
fix: restored custom probe function in time series
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Sep 5, 2024
1 parent 3847a94 commit 1439c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/utils.time-series.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export async function updateTimeSeries (previousTimeSeries) {
level: activity.selectedLevel,
forecastModel: activity.forecastModel,
forecastLevel: activity.forecastLevel,
probeFunction: activity.probeLocation,
weacastApi: activity.getWeacastApi()
})
})
Expand Down

0 comments on commit 1439c87

Please sign in to comment.