Files
klz-cables.com/.pnpm-store/v10/files/6e/baa52ee8c4e05da2738982f8a4f56c3bf58ad4b0df18d41839ece78471818fc3ac3f34954156c9b6c2c816f180dc977e8a3d5440c58252bd83bf8595e07034
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
361 B
Plaintext

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