Files
klz-cables.com/.pnpm-store/v10/files/77/4ae705ebe4477752c33a2e02ae766f57959e043a2ec9220febbaf611921f74aa953590fe01e1f613b70615cf34a922f257b6c4a96bf5f604475b509e4e6cfc
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
312 B
Plaintext

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