Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update sample.
  • Loading branch information
7474 committed Sep 9, 2019
commit 0307729bbdccb2274becb8b54405b8c8eb9a3c5d
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ export class Configuration {
this.password = param.password;
this.accessToken = param.accessToken;
this.basePath = param.basePath;
this.baseOptions = param.baseOptions;
}
}