Merge branch 'staging' into react-tour

This commit is contained in:
Raktima
2024-10-07 11:31:58 +05:30
committed by GitHub
3 changed files with 5 additions and 1 deletions
@@ -202,6 +202,7 @@ export default async function createBatchDocs(request) {
DocSentAt: { __type: 'Date', iso: isoDate },
IsEnableOTP: x?.IsEnableOTP || false,
IsTourEnabled: x?.IsTourEnabled || false,
IsFileAdapter: x?.IsFileAdapter || false,
},
};
});