Skip to content

Commit

Permalink
fix: fixing client type reading issue (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Jan 12, 2024
1 parent 0b9c60a commit 92cd653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Mono<MessagingWrapper<Integer>> persist(
Flux
.fromStream(persistenceServices.stream())
.filter(service -> service.filterByType(
message.parameters().get(ApplicationConstant.SUBMISSION_TYPE).toString()
message.parameters().get(ApplicationConstant.CLIENT_TYPE_CODE).toString()
)
)
.next()
Expand Down

0 comments on commit 92cd653

Please sign in to comment.