File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { AppConfig } from '../models/AppConfig';
22import { EnvironmentKind } from '../models/EnvironmentKind' ;
33import ProxyFrameHost from '../modules/frames/ProxyFrameHost' ;
44import SdkEnvironment from './SdkEnvironment' ;
5+ import { Utils } from '../context/shared/utils/Utils' ;
56
67export default class AltOriginManager {
78
@@ -33,8 +34,7 @@ export default class AltOriginManager {
3334 if ( subscribedProxyFrameHosts . length === 0 ) {
3435 // Use the first (preferred) host (os.tc in this case) if not subscribed to any
3536 preferredProxyFrameHost = allProxyFrameHosts [ 0 ] ;
36- }
37- else {
37+ } else {
3838 // Otherwise if their was one or more use the highest preferred one in the list
3939 preferredProxyFrameHost = subscribedProxyFrameHosts [ 0 ] ;
4040 }
You can’t perform that action at this time.
0 commit comments