Files
klz-cables.com/.pnpm-store/v10/files/e2/68f389959823672d611f15ee338220f8c3de54dcfcfb3c2ee07edf2e4e5c705ee3e16fc3279f5f9f4498b8eeddd0a4dc8adc772d4c7cf8e7b01fe2d810a363
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
395 B
Plaintext

import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";const t=()=>()=>({path:`/relations`,method:`GET`}),n=e=>()=>({path:`/relations/${e}`,method:`GET`}),r=(t,n)=>()=>(e(t,`Collection cannot be empty`),e(n,`Field cannot be empty`),{path:`/relations/${t}/${n}`,method:`GET`});export{r as readRelation,n as readRelationByCollection,t as readRelations};
//# sourceMappingURL=relations.js.map