Skip to content

Commit

Permalink
Revert "Reverting some codes that is bugging"
Browse files Browse the repository at this point in the history
This reverts commit cc81bbb.
  • Loading branch information
binitshrest committed Sep 16, 2024
1 parent 1ab0f9f commit 1ac7f40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void setHostAndPortByAddress(String address) {
}

this.host = String.join(Constants.COMMA, hosts);
this.port = (Integer) Integer.parseInt(portString);
this.port = Integer.parseInt(portString);
}

public String getDatabase() {
Expand Down
24 changes: 4 additions & 20 deletions dolphinscheduler-ui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ac7f40

Please sign in to comment.