File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/providers/mgt-teamsfx-provider/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export class TeamsFxProvider extends IProvider {
7878
7979 constructor ( teamsfx : TeamsFx , scopes : string | string [ ] , baseURL ?: GraphEndpoint ) ;
8080 constructor ( teamsUserCredential : TeamsUserCredential , scopes : string | string [ ] , baseURL ?: GraphEndpoint ) ;
81- constructor ( authConfig : TeamsFx | TeamsUserCredential , scopes : string | string [ ] , baseURL ?: GraphEndpoint ) {
81+ constructor ( authConfig : TeamsFx | TeamsUserCredential , scopes : string | string [ ] , baseURL ?: GraphEndpoint ) {
8282 super ( ) ;
8383
8484 if ( ! this . _teamsfx && ! this . _credential ) {
@@ -101,12 +101,12 @@ export class TeamsFxProvider extends IProvider {
101101 this . scopes = scopesArr ;
102102 }
103103
104- if ( baseURL ) {
104+ if ( baseURL ) {
105105 this . baseURL = baseURL ;
106106 } else {
107107 this . baseURL = MICROSOFT_GRAPH_DEFAULT_ENDPOINT ;
108108 }
109-
109+
110110 this . graph = createFromProvider ( this ) ;
111111 }
112112
You can’t perform that action at this time.
0 commit comments