Skip to content

Commit

Permalink
Reverted previous temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nambirajanr committed Sep 29, 2024
1 parent 3318f77 commit f25eed4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ private void addDocuments(String uinHash, byte[] identityInfo, List<DocumentsDTO
if (bioAttributes.contains(doc.getCategory())) {
addBiometricDocuments(uinHash, uinRefId, bioList, doc, docType, isDraft, index);
anonymousProfileHelper.setNewCbeff(doc.getValue());
// } else {
// addDemographicDocuments(uinHash, uinRefId, docList, doc, docType, isDraft);
} else {
addDemographicDocuments(uinHash, uinRefId, docList, doc, docType, isDraft);
}
} catch (IdRepoAppException e) {
mosipLogger.error(IdRepoSecurityManager.getUser(), ID_REPO_SERVICE_IMPL, ADD_IDENTITY, e.getMessage());
Expand Down

0 comments on commit f25eed4

Please sign in to comment.