mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01:00
don't sort it
This commit is contained in:
@@ -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 => ({
|
||||
|
||||
Reference in New Issue
Block a user