mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
revert regression
This commit is contained in:
@ -78,7 +78,6 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
const nonSignatureFields = await prisma.field.findMany({
|
||||
where: {
|
||||
documentId: document.id,
|
||||
inserted: false,
|
||||
type: { in: [FieldType.DATE, FieldType.TEXT] },
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user