fix: custom file storage not working in use template

This commit is contained in:
prafull-opensignlabs
2024-10-07 11:27:45 +05:30
parent c57957b56d
commit 101e7a9a49
3 changed files with 4 additions and 1 deletions
@@ -201,6 +201,7 @@ export default async function createBatchDocs(request) {
OriginIp: Ip,
DocSentAt: { __type: 'Date', iso: isoDate },
IsEnableOTP: x?.IsEnableOTP || false,
IsFileAdapter: x?.IsFileAdapter || false,
},
};
});