charles_c 5 månader sedan
förälder
incheckning
0b4471b8c5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/app/api/prediction/route.js

+ 1 - 1
src/app/api/prediction/route.js

@@ -97,7 +97,7 @@ export async function GET(request) {
         },
       },
       {
-        $sort: { _id: -1 }, // -1 表示降序,最新的排在最前面
+        $sort: { createdAt: -1 }, // -1 表示降序,最新的排在最前面
       },
     ];