test: bypass pcat/pl24 in VIN resolve — EMEX-only test
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:
2026-03-06 13:35:10 +00:00
parent 8bbd82bc2c
commit adfba6c543

View File

@@ -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;