From 984771925f6c1aa691a102fe125dd938d09a060d Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Mon, 31 Mar 2025 18:59:47 +0200 Subject: [PATCH] don't sort it --- src/stats.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/stats.js b/src/stats.js index 13e7f05..c45418c 100644 --- a/src/stats.js +++ b/src/stats.js @@ -101,11 +101,6 @@ router.get('/position-precision', async (req, res) => { _count: { position_precision: true, }, - orderBy: { - _count: { - position_precision: 'desc', - }, - }, }); const formatted = result.map(r => ({