Files
klz-cables.com/.pnpm-store/v10/files/15/3fbacc7e8a860c0a64bfc5d02f9473dac267136a25bb484dd326aeacba48fa157608d38cab352e725fdd0fd1c958c0ea96fae17efe35bb92818d89fa1bb851
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:`/flows`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e.throwIfEmpty(String(t),`Key cannot be empty`),{path:`/flows/${t}`,params:n??{},method:`GET`});exports.readFlow=n,exports.readFlows=t;
//# sourceMappingURL=flows.cjs.map