1
0
mirror of synced 2024-12-11 06:26:03 +01:00

fix ocm tally

This commit is contained in:
ghkkk090 2022-09-18 07:25:03 +07:00
parent 938ac7ceb3
commit d200b354fc

View File

@ -125,6 +125,7 @@ export async function ocmTallying(body: wm.protobuf.LoadGhostCompetitionInfoRequ
// Check if someone is retiring or use cheat engine time up
let checkPlayRecord = await prisma.oCMPlayRecord.findMany({
where:{
competitionId: body.competitionId,
NOT: {
carId:{ in: arr }
}