mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +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({
|
const nonSignatureFields = await prisma.field.findMany({
|
||||||
where: {
|
where: {
|
||||||
documentId: document.id,
|
documentId: document.id,
|
||||||
inserted: false,
|
|
||||||
type: { in: [FieldType.DATE, FieldType.TEXT] },
|
type: { in: [FieldType.DATE, FieldType.TEXT] },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user