mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 06:35:54 +02:00
v2.20.0
This commit is contained in:
@@ -7,6 +7,9 @@ export default async function declinedocument(request) {
|
||||
objectId: request.params?.userId,
|
||||
};
|
||||
|
||||
if (!docId) {
|
||||
throw new Parse.Error(Parse.Error.SCRIPT_FAILED, 'missing parameter docId.');
|
||||
}
|
||||
try {
|
||||
const docCls = new Parse.Query('contracts_Document');
|
||||
docCls.include('ExtUserPtr.TenantId');
|
||||
|
||||
Reference in New Issue
Block a user