Files
klz-cables.com/.pnpm-store/v10/files/43/e724b21fbf559fe873d3f703de106d9ad1b01ff17555ec27ce55c78805d6ac892d123f330acf43be386a005ce12706dd7fdcf282a6815942e44701160372dd
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
365 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=e=>()=>({path:`/roles`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e.throwIfEmpty(String(t),`Key cannot be empty`),{path:`/roles/${t}`,params:n??{},method:`GET`}),r=e=>()=>({path:`/roles/me`,params:e??{},method:`GET`});exports.readRole=n,exports.readRoles=t,exports.readRolesMe=r;
//# sourceMappingURL=roles.cjs.map