Skip to content

Commit

Permalink
regenerate on 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Nov 14, 2023
1 parent dd4fd22 commit e541462
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 668 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.1.0
2 changes: 1 addition & 1 deletion base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class BaseAPI {
constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {
if (configuration) {
this.configuration = configuration;
this.basePath = configuration.basePath || this.basePath;
this.basePath = configuration.basePath ?? basePath;
}
}
};
Expand Down
Loading

0 comments on commit e541462

Please sign in to comment.