Skip to content

Commit

Permalink
Add // TODO (racansky, 2022-11-03, #495)
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Nov 4, 2022
1 parent 36ab899 commit f0d9c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Optional<String> getProfile() {

@PostConstruct
void validate() {
// TODO (racansky, 2022-11-03) DocumentVerificationFinalAction works only in sync mode
// TODO (racansky, 2022-11-03, #495) DocumentVerificationFinalAction works only in sync mode
Assert.state(!asyncProcessingEnabled, "ZenId async functionality is not fully supported yet");
}
}

0 comments on commit f0d9c19

Please sign in to comment.