From 2e5d5bb46264e8dc10be2f8f2ebeb738a2d22c34 Mon Sep 17 00:00:00 2001 From: Mythie Date: Thu, 14 Sep 2023 13:32:16 +1000 Subject: [PATCH] fix: remove references to created column --- apps/marketing/src/pages/api/stripe/webhook/index.ts | 1 - apps/web/src/pages/api/stripe/webhook/index.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/marketing/src/pages/api/stripe/webhook/index.ts b/apps/marketing/src/pages/api/stripe/webhook/index.ts index b5feeb870..ad9bfe808 100644 --- a/apps/marketing/src/pages/api/stripe/webhook/index.ts +++ b/apps/marketing/src/pages/api/stripe/webhook/index.ts @@ -103,7 +103,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) title: 'Documenso Supporter Pledge.pdf', status: DocumentStatus.COMPLETED, userId: user.id, - created: now, documentDataId, }, include: { diff --git a/apps/web/src/pages/api/stripe/webhook/index.ts b/apps/web/src/pages/api/stripe/webhook/index.ts index fb7877259..9efab2a78 100644 --- a/apps/web/src/pages/api/stripe/webhook/index.ts +++ b/apps/web/src/pages/api/stripe/webhook/index.ts @@ -101,7 +101,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) title: 'Documenso Supporter Pledge.pdf', status: DocumentStatus.COMPLETED, userId: user.id, - created: now, documentDataId, }, include: {