mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
remove extra word (#10682)
This commit is contained in:
parent
7a8e9bb156
commit
55b8cc428a
@ -73,7 +73,7 @@ if (consoleConfig.baseURL) {
|
||||
UrlBaser.baseUrl = consoleConfig.baseURL;
|
||||
}
|
||||
if (consoleConfig.customHeaderName && consoleConfig.customHeaderValue) {
|
||||
apiConfig.headers.common[consoleConfig.customHeaderName] = consoleConfig.customHeaderValue;
|
||||
apiConfig.headers[consoleConfig.customHeaderName] = consoleConfig.customHeaderValue;
|
||||
}
|
||||
if (consoleConfig.customHeaders) {
|
||||
Object.assign(apiConfig.headers, consoleConfig.customHeaders);
|
||||
|
Loading…
x
Reference in New Issue
Block a user