fix: ubah orderBy notifikasi ke createdAt desc agar pagination urut tanggal terbaru

This commit is contained in:
2026-06-08 14:42:22 +08:00
parent 026e07ac78
commit 8a938257b7

View File

@@ -27,9 +27,6 @@ export async function GET(request: Request) {
idUserTo: userMobile.id
},
orderBy: [
{
isRead: 'asc'
},
{
createdAt: 'desc'
}