Files
klz-cables.com/.pnpm-store/v10/files/c4/16ae4c94393feaf130a8e01afd25eec85bff0bac58b4a7f776b1dc0386f2681a3e19376ea8b3b11af19a4f7a738e1dff8a110284847d01b12aa361a1c78326
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=()=>()=>({path:`/collections`,method:`GET`}),n=t=>()=>(e.throwIfEmpty(t,`Collection cannot be empty`),{path:`/collections/${t}`,method:`GET`});exports.readCollection=n,exports.readCollections=t;
//# sourceMappingURL=collections.cjs.map