fix terminal ocm
This commit is contained in:
parent
340ee4c6b7
commit
25f313e69e
@ -601,7 +601,6 @@ export default class GhostModule extends Module {
|
||||
// Top 1 OCM Ghost trail data available
|
||||
if(checkGhostTrail)
|
||||
{
|
||||
|
||||
// Get the Top 1 OCM car data
|
||||
cars = await prisma.car.findFirst({
|
||||
where:{
|
||||
@ -685,7 +684,6 @@ export default class GhostModule extends Module {
|
||||
nonhuman: false,
|
||||
type: ghostTypes,
|
||||
trailId: ghostTrailId,
|
||||
|
||||
});
|
||||
|
||||
// Response data
|
||||
|
Loading…
Reference in New Issue
Block a user