Files
klz-cables.com/.pnpm-store/v10/files/d2/0e72ba7d9fb4cf4a4d15a9db5d231f11ac1ed9e2b5ff485282728c3f715a7b22f3edf0b412d988292a1f019ef0569b0c817daa629426f6db9d794861b09fb0
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
303 B
Plaintext

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