Files
klz-cables.com/.pnpm-store/v10/files/b8/84308cd0afdd090e5f96571304a52d59aeddd86fa36d858657b02f25b2fe54f57dcd826d35ec9db24f98da5627a5a3b6c152945d4fbfba8944851277d5cc0a
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
348 B
Plaintext

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