Files
klz-cables.com/.pnpm-store/v10/files/54/031db751c942325e875480247d835e151caccdd02a25284af854cc13f69bfe7c8f9547fa24a165b7adfa304afe36447d92eee31a5fe3a00c71a9a42e945585
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
316 B
Plaintext

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