mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: remove references to created column
This commit is contained in:
@ -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: {
|
||||
|
||||
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user