Files
klz-cables.com/.pnpm-store/v10/files/48/566870215356689d98b282e1e8ea764ca8e52ee97b235fd9a00c19c2bf3190dcb1c3a0004ae8b7f07667b88991d92ece3ca564b069eaf5a1d72557389cc380
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
297 B
Plaintext

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