Skip to content

Commit

Permalink
fix: can't delete GitHub Enterprise servers
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed May 7, 2022
1 parent c2c25d7 commit 5ab5b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public GitHubConfiguration() {

@Override
public boolean configure(StaplerRequest req, JSONObject json) throws FormException {
endpoints = null;
setEndpoints(null);
req.bindJSON(this, json);
return true;
}
Expand Down

0 comments on commit 5ab5b43

Please sign in to comment.