Skip to content

Commit 2e9fd0c

Browse files
committed
fix scheduler body formatting
1 parent c91e448 commit 2e9fd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ resource "google_cloud_scheduler_job" "gbfs_validator_batch_scheduler" {
541541
headers = {
542542
"Content-Type" = "application/json"
543543
}
544-
body = {}
544+
body = base64encode("{}")
545545
}
546546
attempt_deadline = "320s"
547547
}

0 commit comments

Comments
 (0)