Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove id from input (#281)

authored by

Maximilian Kaske and committed by
GitHub
7ddd05ed 6a57b497

+1 -1
+1 -1
packages/api/src/router/incident.ts
··· 86 86 .returning() 87 87 .get(); 88 88 89 - const { workspaceSlug, ...incidentUpdateInput } = opts.input; 89 + const { workspaceSlug, id, ...incidentUpdateInput } = opts.input; 90 90 return await opts.ctx.db 91 91 .insert(incidentUpdate) 92 92 .values(incidentUpdateInput)