Skip to content

Commit fdd825b

Browse files
[autofix.ci] apply automated fixes
1 parent fed525d commit fdd825b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supabase/functions/_backend/triggers/cron_stats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ app.post('/', middlewareAPISecret, async (c) => {
103103
// Queue plan processing for this organization
104104
await supabase.rpc('queue_cron_plan_for_org', {
105105
org_id: body.orgId,
106-
customer_id: orgData.customer_id
106+
customer_id: orgData.customer_id,
107107
}).throwOnError()
108108

109109
cloudlog({ requestId: c.get('requestId'), message: 'plan processing queued for org', orgId: body.orgId, customerId: orgData.customer_id })

0 commit comments

Comments
 (0)