Files
klz-cables.com/.pnpm-store/v10/files/93/e9da0ef5f69c208ecc1a255e5fe712515e016a2b4f51b3cdd6fbee6125d9dc3b8ab2fe1090493d46ce5dc07c26c292c4f7fb421b332f74f496516f999ca327
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
319 B
Plaintext

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