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:
parent
212fa457bd
commit
552fe2925a
@ -2457,7 +2457,7 @@ export default class GameModule extends Module {
|
||||
carId: body.carId
|
||||
},
|
||||
orderBy: {
|
||||
playedAt: 'asc'
|
||||
playedAt: 'desc'
|
||||
},
|
||||
take: 3
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user