File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/datadog-api-client/src Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "spec_repo_commit": "d93d991 ",
3
- "generated": "2025-07-15 09:31:31.800 "
2
+ "spec_repo_commit": "f116d04 ",
3
+ "generated": "2025-07-15 17:22:28.702 "
4
4
}
Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ export function createConfiguration(
201
201
const serverConf = server1 . getConfiguration ( ) ;
202
202
server1 . setVariables ( { site : process . env . DD_SITE } as typeof serverConf ) ;
203
203
}
204
-
205
204
const authMethods = conf . authMethods || { } ;
206
205
if (
207
206
! ( "apiKeyAuth" in authMethods ) &&
@@ -245,7 +244,6 @@ export function createConfiguration(
245
244
configuration . httpApi . fetch = conf . fetch ;
246
245
return configuration ;
247
246
}
248
-
249
247
/**
250
248
* Apply given security authentication method if avaiable in configuration.
251
249
*/
You can’t perform that action at this time.
0 commit comments