change sortDirection for nitification

This commit is contained in:
smanylov
2026-04-10 13:10:22 +07:00
parent e141545035
commit ea9d57cc65
+1 -1
View File
@@ -62,7 +62,7 @@ export async function fetchAllNotifications(page: number = 0, size: number = 10)
page: page,
size: size,
sortBy: "createdAt",
sortDirection: "ASC", //DESC, ASC
sortDirection: "DESC", //DESC, ASC
types: [], //"SEARCH_RESULT", "MONITORING_RESULT"
statuses: ["NEW", "READIED"] //"NEW"
}