Skip to content

Commit

Permalink
fix(FSADT1-1312): making fuzzy works for all types (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Apr 25, 2024
1 parent 0ef1576 commit d9bb200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public LegalNameProcessorMatcher(

@Override
public boolean enabled(SubmissionInformationDto submission) {
return List.of("I", "USP", "RSP").contains(submission.clientType());
return true;
}

@Override
Expand Down

0 comments on commit d9bb200

Please sign in to comment.