Files
klz-cables.com/.pnpm-store/v10/files/63/fb626c6f7c4b1730d97240c496521a2198e177e27f698cca67ba9f917618e105bf0a27aeacd6bf20bc4484ff958237ea7ebf7c96e044fa1d304ce7563992eb
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
575 B
Plaintext

{"version":3,"file":"sanitizeID.js","names":["sanitizeID","id","undefined","decodeURIComponent"],"sources":["../../src/utilities/sanitizeID.ts"],"sourcesContent":["export function sanitizeID(id: number | string): number | string {\n if (id === undefined) {\n return id\n }\n\n if (typeof id === 'number') {\n return id\n }\n\n return decodeURIComponent(id)\n}\n"],"mappings":"AAAA,OAAO,SAASA,WAAWC,EAAmB;EAC5C,IAAIA,EAAA,KAAOC,SAAA,EAAW;IACpB,OAAOD,EAAA;EACT;EAEA,IAAI,OAAOA,EAAA,KAAO,UAAU;IAC1B,OAAOA,EAAA;EACT;EAEA,OAAOE,kBAAA,CAAmBF,EAAA;AAC5B","ignoreList":[]}