mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 23:52:30 +02:00
fix: pdf is not loading when custom file storage change
This commit is contained in:
@@ -202,7 +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,
|
||||
FileAdapterId: x?.FileAdapterId || '',
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user