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
|
// Top 1 OCM Ghost trail data available
|
||||||
if(checkGhostTrail)
|
if(checkGhostTrail)
|
||||||
{
|
{
|
||||||
|
|
||||||
// Get the Top 1 OCM car data
|
// Get the Top 1 OCM car data
|
||||||
cars = await prisma.car.findFirst({
|
cars = await prisma.car.findFirst({
|
||||||
where:{
|
where:{
|
||||||
@ -685,7 +684,6 @@ export default class GhostModule extends Module {
|
|||||||
nonhuman: false,
|
nonhuman: false,
|
||||||
type: ghostTypes,
|
type: ghostTypes,
|
||||||
trailId: ghostTrailId,
|
trailId: ghostTrailId,
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Response data
|
// Response data
|
||||||
|
Loading…
Reference in New Issue
Block a user