1
0
mirror of synced 2025-02-23 05:29:05 +01:00

fix terminal ocm ranking

This commit is contained in:
ghkkk090 2022-10-12 13:50:37 +07:00
parent 05835fded6
commit 112b067bd7

View File

@ -638,10 +638,12 @@ export default class TerminalModule extends Module {
},
orderBy: [
{
result: 'desc',
result: 'desc'
},
{
periodId: 'desc'
}
]
}
],
})
numOfParticipants = ocmParticipant.length;