Files
klz-cables.com/.pnpm-store/v10/files/e0/02aba91cb3d02b3ad62d296986070c92808206a0e67cd02b76fa7b590b8ede322aa65bb20b7afec68c5480fc7bcc86c9f31433fbb8bf648779035fc045b934
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

9 lines
329 B
Plaintext

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { endOfWeek as fn } from "../endOfWeek.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
export const endOfWeekWithOptions = convertToFP(fn, 2);
// Fallback for modularized imports:
export default endOfWeekWithOptions;