Files
klz-cables.com/.pnpm-store/v10/files/71/b0dbc7fe2a4f1ecd3f838214a4ab4d0b5ce4c42df52cd6d152eb849e25c203b159b89a2b3eb03269d572f620c7d057dc6ed02817bf0cbf91e1657016a65d68
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

2 lines
292 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=e=>()=>({path:`/panels`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e.throwIfEmpty(String(t),`Key cannot be empty`),{path:`/panels/${t}`,params:n??{},method:`GET`});exports.readPanel=n,exports.readPanels=t;
//# sourceMappingURL=panels.cjs.map