Openstatus www.openstatus.dev
6
fork

Configure Feed

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

๐Ÿš‘ fix (#129)

authored by

Thibault Le Ouay and committed by
GitHub
31b22061 c516b32e

+2
+2
packages/db/src/schema/monitor.ts
··· 126 126 .preprocess((val) => { 127 127 if (String(val).length > 0) { 128 128 return String(val).split(","); 129 + } else { 130 + return []; 129 131 } 130 132 }, z.array(RegionEnum)) 131 133 .default([]),