Files
klz-cables.com/.pnpm-store/v10/files/ab/e4fb57afe863a750991939ce81eb0060547113251ab39cca7eee9241a29e081381e9d49c455d8ee2f2e1c1d31bc73ef687bf32818138eb0dce3f5728b6d264
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
380 B
Plaintext

import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";const t=e=>()=>({path:`/policies`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e(String(t),`Key cannot be empty`),{path:`/policies/${t}`,params:n??{},method:`GET`}),r=()=>()=>({path:`/policies/me/globals`,method:`GET`});export{t as readPolicies,n as readPolicy,r as readPolicyGlobals};
//# sourceMappingURL=policies.js.map