Skip to content

Commit

Permalink
Fixed error with dkron host
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Jul 19, 2023
1 parent 0782b55 commit 4b88af6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/spin/eca46/util/support/DKron.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ private void validate() {
if(registration.getPort() > 0) {
dKronHost = dKronHost + ":" + registration.getPort();
}
dKronHost = dKronHost + "/v1/jobs";
}

@Override
Expand Down

0 comments on commit 4b88af6

Please sign in to comment.