Files
klz-cables.com/.pnpm-store/v10/files/86/3dca7d27db2ae36b7dd78625aca70cb8cf9d3cb1bc726648fc19feb080f40b9671d153171452d90a69669d34212f7399596ea9933d1a52294516ceac3c51ba
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
303 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=(t,n,r,i)=>()=>(e.throwIfEmpty(t,`Collection cannot be empty`),e.throwIfEmpty(n,`Field cannot be empty`),{path:`/relations/${t}/${n}`,params:i??{},body:JSON.stringify(r),method:`PATCH`});exports.updateRelation=t;
//# sourceMappingURL=relations.cjs.map