Skip to content

Commit

Permalink
Revert mosip 26314 fix for read status for auth lock status (#796)
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 (#791)"

This reverts commit c00a051.

* Check test fix

* Fix NPE in test in github

* Test fix

---------

Co-authored-by: Loganathan Sekar <[email protected]>
  • Loading branch information
loganathan-sekaran and Loganathan Sekar authored Mar 13, 2023
1 parent 6d56212 commit 503748d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ public Tuple2<ResponseWrapper<VidResponseDto>, String> generateVidV2(BaseVidRequ
responseDto.setVersion(version);
}
responseDto.setResponsetime(DateUtils.formatToISOString(DateUtils.getUTCCurrentDateTime()));
if(eventId != null) {
eventId = ResidentConstants.NOT_AVAILABLE;
}
return Tuples.of(responseDto, eventId);
}

Expand Down

0 comments on commit 503748d

Please sign in to comment.