Files
klz-cables.com/.pnpm-store/v10/files/38/433d30274c11402f16b95fb0c14ac7b4fbaf5d5289c39166f9911053a9d7c1e82490b0ce7ed30e84e07b4b5cdfbbc4bb9154779a231c6ab09fe6b40069c2d9
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
307 B
Plaintext

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