Remove static batch report resolution
This commit is contained in:
@@ -15,7 +15,7 @@ type plannedBatchReport struct {
|
||||
OutputCopyName string
|
||||
}
|
||||
|
||||
func planBatchReports(req BatchRequest, now time.Time, collection collect.Result) ([]plannedBatchReport, error) {
|
||||
func planBatchRun(req BatchRequest, now time.Time, collection collect.Result) ([]plannedBatchReport, error) {
|
||||
location, err := timeutil.LoadLocation(req.Config.WeatherAPI.Timezone)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user