1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-02-26 14:51:56 +01:00

game history ghost battle sort descending

This commit is contained in:
ghkkk090 2022-08-05 15:01:07 +07:00
parent 212fa457bd
commit 552fe2925a

View File

@ -2457,7 +2457,7 @@ export default class GameModule extends Module {
carId: body.carId
},
orderBy: {
playedAt: 'asc'
playedAt: 'desc'
},
take: 3
});