Files
klz-cables.com/.pnpm-store/v10/files/0d/0e49f60a4089789edc8d7f8795c3a5fe427ffd828a50187f3b4e96c0462bc7a40cb131f463e9c01dfe3e8994869b0acda79b9fd42fa639523a7bce8949a96f
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
323 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=t=>()=>(e.throwIfEmpty(t,`Keys cannot be empty`),{path:`/flows`,body:JSON.stringify(t),method:`DELETE`}),n=t=>()=>(e.throwIfEmpty(t,`Key cannot be empty`),{path:`/flows/${t}`,method:`DELETE`});exports.deleteFlow=n,exports.deleteFlows=t;
//# sourceMappingURL=flows.cjs.map