Files
klz-cables.com/.pnpm-store/v10/files/ea/94653ba7a2d19ba5f91dba75630c5253c842a202d73467b31e04e03eae920e8d0bf2c5de1b91e994fa3906b9ca2857b8d0bb4fafb566ef5222c05c456bcb6b
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
327 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=e=>()=>({path:`/notifications`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e.throwIfEmpty(String(t),`Key cannot be empty`),{path:`/notifications/${t}`,params:n??{},method:`GET`});exports.readNotification=n,exports.readNotifications=t;
//# sourceMappingURL=notifications.cjs.map