File tree 2 files changed +3
-3
lines changed
lib/msal-core/src/authority
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import { StringUtils } from "../utils/StringUtils";
11
11
import { ClientConfigurationError } from "../error/ClientConfigurationError" ;
12
12
import { ITenantDiscoveryResponse , OpenIdConfiguration } from "./ITenantDiscoveryResponse" ;
13
13
import TelemetryManager from "../telemetry/TelemetryManager" ;
14
- import { AuthOptions } from ' ../Configuration' ;
15
- import { TrustedAuthority } from ' ./TrustedAuthority' ;
14
+ import { AuthOptions } from " ../Configuration" ;
15
+ import { TrustedAuthority } from " ./TrustedAuthority" ;
16
16
17
17
export class AuthorityFactory {
18
18
private static metadataMap = new Map < string , ITenantDiscoveryResponse > ( ) ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export class TrustedAuthority {
53
53
telemetryManager . stopEvent ( httpEvent ) ;
54
54
reject ( err ) ;
55
55
} ) ;
56
- } )
56
+ } ) ;
57
57
}
58
58
59
59
public static getTrustedHostList ( ) : Array < string > {
You can’t perform that action at this time.
0 commit comments