Skip to content

Commit 49de9a5

Browse files
Merge branch 'dev' into Jmpi-bug-notification-screen-pointing-to-deleted-GR-2
2 parents 1655a2b + f72986f commit 49de9a5

File tree

1 file changed

+1
-1
lines changed
  • JeMPI_Apps/JeMPI_LibAPI/src/main/java/org/jembi/jempi/libapi

1 file changed

+1
-1
lines changed

JeMPI_Apps/JeMPI_LibAPI/src/main/java/org/jembi/jempi/libapi/Routes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ private static Route postCrCandidates(
869869
try {
870870
return onComplete(postCrCandidatesProxy(linkerIP, linkerPort, http, obj),
871871
response -> {
872-
if (response.isSuccess()) {
872+
if (!response.isSuccess()) {
873873
LOGGER.warn(IM_A_TEA_POT_LOG);
874874
return complete(ApiModels.getHttpErrorResponse(GlobalConstants.IM_A_TEA_POT));
875875
}

0 commit comments

Comments
 (0)