Skip to content

Commit

Permalink
Revert mosip 26314 fix for read status for auth lock status (mosip#798)
Browse files Browse the repository at this point in the history
* Fix for setting read status to false

* Revert "Fix for setting read status to false (mosip#791)"

This reverts commit c00a051.

* Check test fix

* Fix NPE in test in github

* Test fix

* logic fix in test

* Test fix

---------

Co-authored-by: Loganathan Sekar <[email protected]>
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
2 people authored and kameshsr committed Oct 17, 2023
1 parent c2fa3dd commit ef5139a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ public Tuple2<ResponseWrapper<VidRevokeResponseDTO>, String> revokeVidV2(BaseVid
}
responseDto.setResponsetime(DateUtils.formatToISOString(DateUtils.getUTCCurrentDateTime()));

if(eventId == null) {
eventId = ResidentConstants.NOT_AVAILABLE;
}
return Tuples.of(responseDto, eventId);
}

Expand Down

0 comments on commit ef5139a

Please sign in to comment.