Openstatus www.openstatus.dev

fix: bug bun proto (#1792)

authored by

Thibault Le Ouay and committed by
GitHub
a50f1953 eb233d59

+1
+1
apps/workflows/src/cron/monitor.ts
··· 26 26 27 27 const client = new CloudTasksClient({ 28 28 projectId: env().GCP_PROJECT_ID, 29 + fallback: "rest", 29 30 credentials: { 30 31 client_email: env().GCP_CLIENT_EMAIL, 31 32 private_key: env().GCP_PRIVATE_KEY.replaceAll("\\n", "\n"),