Skip to content

Commit 62fd3c7

Browse files
authored
Merge pull request #1020 from tekdi/feat-offline
merge Feat offline into release-2.0.0
2 parents ed89a9b + a982709 commit 62fd3c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/src/userauth/userauth.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export class UserauthService {
383383
const base64String = `data:${fileType};base64,${base64Data}`; // Include the content type in the Base64 string
384384
return base64String;
385385
} catch (error) {
386-
console.error('Error converting image to Base64:', error);
386+
//console.error('Error converting image to Base64:', error);
387387
return null;
388388
}
389389
}
@@ -1164,6 +1164,7 @@ export class UserauthService {
11641164
}
11651165

11661166
referenceData['document_id'] = base64result?.document_id;
1167+
referenceFields.push('document_id');
11671168

11681169
tableFields = tableFields?.filter(
11691170
(field) => field !== 'documents',

0 commit comments

Comments
 (0)