Openstatus www.openstatus.dev
6
fork

Configure Feed

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

๐Ÿ› fix single region location

+1 -1
+1 -1
apps/web/src/app/api/checker/cron/_cron.ts
··· 84 84 const allResult = []; 85 85 86 86 for (const row of monitors) { 87 - const selectedRegions = row.regions.length > 1 ? row.regions : ["auto"]; 87 + const selectedRegions = row.regions.length > 0 ? row.regions : ["auto"]; 88 88 89 89 const result = await db 90 90 .select()