Openstatus www.openstatus.dev

chore: remove comment

authored by

Maximilian Kaske and committed by
Maximilian Kaske
26771fae af13a4a0

+1 -1
+1 -1
apps/web/src/components/forms/notification/provider/section-pagerduty.tsx
··· 29 29 const config = searchParams.get("config") || form.getValues("data.pagerduty"); 30 30 31 31 const result = PagerDutySchema.safeParse(JSON.parse(config || "")); 32 - // We should fix that but that's not working for editing pagerduty notifications 32 + 33 33 if (result.success === false) { 34 34 return null; 35 35 }