1
0
mirror of synced 2024-11-13 18:00:48 +01:00

Merge pull request #45 from shiroikitsu8/master-asakura

fix terminal ocm ranking
This commit is contained in:
Luna 2022-10-13 18:48:15 +01:00 committed by GitHub
commit 00dc2ac3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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