Openstatus www.openstatus.dev
6
fork

Configure Feed

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

fix: status-page maintenances order desc (#1791)

authored by

Maximilian Kaske and committed by
GitHub
eb233d59 b262f5be

+1 -1
+1 -1
packages/api/src/router/statusPage.ts
··· 367 367 }); 368 368 369 369 const maintenances = _page.maintenances.sort( 370 - (a, b) => a.from.getTime() - b.from.getTime(), 370 + (a, b) => b.from.getTime() - a.from.getTime(), 371 371 ); 372 372 373 373 return selectPublicPageSchemaWithRelation.parse({