Files
klz-cables.com/.pnpm-store/v10/files/45/9c0262dcd3b77479272e0ccc0654195eafb5fcc4596ff08f79b093c2a7a0138eb9352d91e78d2de2e392787a12ee97de9838e66ffe19cda531f5ef7d035c68
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
826 B
Plaintext

{"version":3,"sources":["../../../src/resolvers/auth/init.ts"],"sourcesContent":["import { initOperation, isolateObjectProperty } from 'payload'\n\nimport type { Context } from '../types.js'\n\nexport function init(collection: string) {\n async function resolver(_, args, context: Context) {\n const options = {\n collection,\n req: isolateObjectProperty(context.req, 'transactionID'),\n }\n\n return initOperation(options)\n }\n\n return resolver\n}\n"],"names":["initOperation","isolateObjectProperty","init","collection","resolver","_","args","context","options","req"],"mappings":"AAAA,SAASA,aAAa,EAAEC,qBAAqB,QAAQ,UAAS;AAI9D,OAAO,SAASC,KAAKC,UAAkB;IACrC,eAAeC,SAASC,CAAC,EAAEC,IAAI,EAAEC,OAAgB;QAC/C,MAAMC,UAAU;YACdL;YACAM,KAAKR,sBAAsBM,QAAQE,GAAG,EAAE;QAC1C;QAEA,OAAOT,cAAcQ;IACvB;IAEA,OAAOJ;AACT"}