There was an error while loading. Please reload this page.
1 parent 6aa0594 commit 23245c2Copy full SHA for 23245c2
src/lib/api/clients/http-client.ts
@@ -47,7 +47,6 @@ export abstract class HttpClient {
47
this.baseHeaders = { ...options.additionalHeaders };
48
this.baseHeaders['User-Agent'] = options.userAgent;
49
this.baseHeaders['Content-Type'] = 'application/json';
50
- this.baseHeaders['Feature-Flag-tables'] = 'true';
51
52
this.headerProviders = headerProviders;
53
this.tm = new Timeouts(mkTimeoutError, options.timeoutDefaults);
0 commit comments