Files
klz-cables.com/.pnpm-store/v10/files/16/301944b8f21c7eaa914f56c8ab77951ba78f5ad22a321067820da6c9728d0168b98b57641f97a5386b3590646e64b5048ead1a81c5649e6e62c93025fbb07a
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
330 B
Plaintext

import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";const t=(t,n,r)=>()=>(t!==null&&e(t,`Bundle cannot be an empty string`),e(n,`Name cannot be empty`),{path:t?`/extensions/${t}/${n}`:`/extensions/${n}`,params:{},body:JSON.stringify(r),method:`PATCH`});export{t as updateExtension};
//# sourceMappingURL=extensions.js.map