Files
klz-cables.com/.pnpm-store/v10/files/76/5f7f537629385dbc9f8b0c0bceb0d93f22add84866ce2af5e128cfabbac313786bb5949537286a7273f934a5c3a4dace906ccaa48b64bf9c6a686e09a70284
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
363 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=t=>()=>(e.throwIfEmpty(t,`Keys cannot be empty`),{path:`/notifications`,body:JSON.stringify(t),method:`DELETE`}),n=t=>()=>(e.throwIfEmpty(t,`Key cannot be empty`),{path:`/notifications/${t}`,method:`DELETE`});exports.deleteNotification=n,exports.deleteNotifications=t;
//# sourceMappingURL=notifications.cjs.map