Skip to content

Commit

Permalink
modify env type to str
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushaga14 committed Jan 7, 2025
1 parent 4ea7a98 commit a5b9182
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ public String fetchCustomerEndpoints(){

List<Integer> apiCollectionIds;

private ENV_TYPE envType;
private String envType;

public String updateEnvType(){
try {
Expand Down Expand Up @@ -942,7 +942,7 @@ public void setRedacted(boolean redacted) {
this.redacted = redacted;
}

public void setEnvType(ENV_TYPE envType) {
public void setEnvType(String envType) {
this.envType = envType;
}

Expand Down

0 comments on commit a5b9182

Please sign in to comment.