Skip to content

Commit

Permalink
fixed saasSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Itgel G committed Dec 7, 2020
1 parent 76a54e6 commit 675bd36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ public static class Builder {
private String subscriptionHost;
private String uploadHost;
private String protocal = "https";
private String organizationName;

public Builder(@NonNull String brand) {
this.brand = brand;
Expand All @@ -421,7 +420,6 @@ public Builder setApiHost(String apiHost) {
}

public Builder setOrganizationName(String organizationName) {
this.organizationName = organizationName;
this.apiHost = organizationName + ".app.erxes.io/api";
setGqlApiHost();
setSubscriptionHost();
Expand Down

0 comments on commit 675bd36

Please sign in to comment.