1
0
mirror of synced 2024-09-24 11:18:22 +02: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: [
{
result: 'desc',
result: 'desc'
},
{
periodId: 'desc'
}
]
}
],
})
numOfParticipants = ocmParticipant.length;