refactor: uncomment forward emil component

This commit is contained in:
prafull-opensignlabs
2025-03-18 13:41:56 +00:00
parent 22d27abb76
commit 9e146ac1b6
40 changed files with 1600 additions and 1609 deletions
@@ -11,7 +11,7 @@ async function getDocument(docId) {
query.include('Placeholders');
query.notEqualTo('IsArchive', true);
const res = await query.first({ useMasterKey: true });
const _res = res.toJSON();
const _res = res?.toJSON();
return _res?.ExtUserPtr?.objectId;
} catch (err) {
console.log('err ', err);