Skip to content

Commit c683fae

Browse files
committed
fix some structure issues
1 parent 21dee33 commit c683fae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/wrapper/CxConfig.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export class CxConfig {
2-
baseUri: string = undefined;
3-
pathToExecutable: string = undefined;
4-
clientId: string = undefined;
5-
clientSecret: string = undefined;
6-
apiKey: string = undefined;
7-
tenant:string =undefined;
2+
baseUri: string = "";
3+
pathToExecutable: string = "";
4+
clientId: string = "";
5+
clientSecret: string = "";
6+
apiKey: string = "";
7+
tenant:string ="";
88
}

0 commit comments

Comments
 (0)