From 2d27b8ca9041c80ccfc8d0f3007424d5e283f693 Mon Sep 17 00:00:00 2001 From: amel Date: Mon, 26 May 2025 10:57:14 +0800 Subject: [PATCH] upd: api mobile Deskripsi: - update sortir data riwayat kalender NoIssues --- src/app/api/mobile/calendar/history/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/mobile/calendar/history/route.ts b/src/app/api/mobile/calendar/history/route.ts index 7136d2f..5203e1f 100644 --- a/src/app/api/mobile/calendar/history/route.ts +++ b/src/app/api/mobile/calendar/history/route.ts @@ -63,7 +63,7 @@ export async function GET(request: Request) { }, orderBy: [ { - dateStart: 'asc' + dateStart: 'desc' }, { timeStart: 'asc'