Files
klz-cables.com/.pnpm-store/v10/files/1b/5242c7197022dd132d9993cf2180600971711bd8835607bc206b73c2af2c3d9b37226daf6bc615d932b1e6e4dc672082b369e37d52feedb477fa6aa4e9d25c
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

1 line
646 B
Plaintext

{"version":3,"sources":["../../src/utilities/getArrayRelationName.ts"],"sourcesContent":["import type { ArrayField } from 'payload'\n\nexport const getArrayRelationName = ({\n field,\n path,\n tableName,\n}: {\n field: ArrayField\n path: string\n tableName: string\n}) => {\n if (field.dbName && path.length > 63) {\n return `_${tableName}`\n }\n\n return path\n}\n"],"names":["getArrayRelationName","field","path","tableName","dbName","length"],"mappings":"AAEA,OAAO,MAAMA,uBAAuB,CAAC,EACnCC,KAAK,EACLC,IAAI,EACJC,SAAS,EAKV;IACC,IAAIF,MAAMG,MAAM,IAAIF,KAAKG,MAAM,GAAG,IAAI;QACpC,OAAO,CAAC,CAAC,EAAEF,WAAW;IACxB;IAEA,OAAOD;AACT,EAAC"}