fixed lambda script to run without requests

This commit is contained in:
frikky
2022-02-11 13:00:27 +01:00
parent 0d27959a2d
commit c341046f1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3939,7 +3939,7 @@ func runInitEs(ctx context.Context) {
}
for _, schedule := range schedules {
if strings.toToLower(schedule.Environment) == "cloud" {
if strings.ToLower(schedule.Environment) == "cloud" {
log.Printf("Skipping cloud schedule")
continue
}