Skip to content

Commit e1b92bb

Browse files
committed
Use this
1 parent 1904f7b commit e1b92bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/experiments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ export class ExperimentalSettings {
4040
};
4141

4242
this.configcatClient = configcat.createClientWithLazyLoad(key, {
43-
baseUrl: new URL('/configcat', hostService.gitpodHost).href,
43+
baseUrl: new URL('/configcat', this.hostService.gitpodHost).href,
4444
...configCatOptions
4545
});
4646

4747
hostService.onDidChangeHost(() => {
4848
this.configcatClient = configcat.createClientWithLazyLoad(key, {
49-
baseUrl: new URL('/configcat', hostService.gitpodHost).href,
49+
baseUrl: new URL('/configcat', this.hostService.gitpodHost).href,
5050
...configCatOptions
5151
});
5252
});

0 commit comments

Comments
 (0)