Files
klz-cables.com/.pnpm-store/v10/files/b6/1f63288613fd31cefeb398e1875a7cc4a59815c0a234fa5b5e729a65ad8a561e821cb87cd56ae4ba8494e258d4c73810cd61b33df1fef3fe859f2387f05cad
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
426 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=(t,n,r)=>()=>(e.throwIfEmpty(t,`Provider cannot be empty`),{path:`/deployments/${t}`,params:r??{},body:JSON.stringify(n),method:`PATCH`}),n=(t,n)=>()=>(e.throwIfEmpty(t,`Provider cannot be empty`),{path:`/deployments/${t}/projects`,body:JSON.stringify(n),method:`PATCH`});exports.updateDeployment=t,exports.updateDeploymentProjects=n;
//# sourceMappingURL=deployment.cjs.map