Files
klz-cables.com/.pnpm-store/v10/files/69/8d87c6ac914e95c00529fc720f05163230927402591ac06b73174a358b747ec7ccc412958ab08e468c29c9678650158ef346996006427d3a0f14aaddab096b
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
331 B
Plaintext

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