mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
comment
This commit is contained in:
@ -70,6 +70,8 @@ async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
},
|
||||
});
|
||||
|
||||
// Don't check for inserted, because currently no "sign again" scenarios exist and
|
||||
// this is probably the expected behaviour in unclean states.
|
||||
const nonSignatureFields = await prisma.field.findMany({
|
||||
where: {
|
||||
documentId: document.id,
|
||||
|
||||
Reference in New Issue
Block a user