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
1 line
575 B
Plaintext
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":[]} |