test: bypass pcat/pl24 in VIN resolve — EMEX-only test
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
Temporarily disable PartsCatalogs and PL24 decode steps to test EMEX-only VIN resolution speed and reliability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -238,6 +238,7 @@ export class VehiclesService {
|
||||
const corgiKnown = !!(corgiResult && corgiResult.isKnown);
|
||||
let brandName = corgiKnown ? corgiResult.brandName : null;
|
||||
|
||||
/* BYPASS: EMEX test — pcat/p24 devre dışı
|
||||
// 2. PartsCatalogs (first external source)
|
||||
let pcatCandidates: PcatCar[] | null = null;
|
||||
try {
|
||||
@@ -322,6 +323,8 @@ export class VehiclesService {
|
||||
pcatCandidates,
|
||||
};
|
||||
}
|
||||
BYPASS: EMEX test — pcat/p24 devre dışı */
|
||||
const pl24Vehicle: any = null; // BYPASS: pl24Vehicle null — EMEX bloğu çalışsın
|
||||
|
||||
// 4. EMEX fallback (single HTTP call — no double fetch)
|
||||
let emexVehicle: import("../integrations/emex/emex.types").DecodedVehicle | null = null;
|
||||
|
||||
Reference in New Issue
Block a user