mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Fix: issue of 'something went wrong' err in guest login flow when using quick send
This commit is contained in:
@@ -166,8 +166,6 @@ export default async function createBatchDocs(request) {
|
||||
createdAt: response.data[i]?.success?.createdAt,
|
||||
}));
|
||||
for (let i = 0; i < updateDocuments.length; i++) {
|
||||
console.log('updateDocuments ', updateDocuments);
|
||||
|
||||
sendMail(updateDocuments[i], sessionToken);
|
||||
}
|
||||
return 'success';
|
||||
|
||||
Reference in New Issue
Block a user