1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-11-28 01:11:00 +01:00

ocm hof order by periodId better

This commit is contained in:
Shiroi Kitsu 2022-12-01 12:08:06 +07:00
parent 6d4a35a0b1
commit 27c074a1b3

View File

@ -72,7 +72,7 @@ export default class CarModule extends Module {
competitionId: Number(getTarget.competitionId)
},
orderBy:{
dbId: 'desc'
periodId: 'desc'
}
});