Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign into feat_bulksend

This commit is contained in:
prafull-opensignlabs
2024-05-24 11:34:58 +05:30
12 changed files with 250 additions and 62 deletions
@@ -128,7 +128,7 @@ export default async function createContact(request, response) {
userId: userRes.objectId,
};
await axios.post(roleurl, body, { headers: headers });
contactQuery.set('CreatedBy', userPtr.objectId);
contactQuery.set('CreatedBy', userPtr);
contactQuery.set('UserId', {
__type: 'Pointer',
className: '_User',