Files
klz-cables.com/.pnpm-store/v10/files/36/ff4d0473072f9b28ca7810948fe1a6029d40ae9f0c537637fb8474878591c7ef6d276475e86e6d394c895fa79f6ccc280b2da78c88a67f046623b8fa5de5b5
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
287 B
Plaintext

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