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 11{
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 "
44}
Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ export function createConfiguration(
201201 const serverConf = server1 . getConfiguration ( ) ;
202202 server1 . setVariables ( { site : process . env . DD_SITE } as typeof serverConf ) ;
203203 }
204-
205204 const authMethods = conf . authMethods || { } ;
206205 if (
207206 ! ( "apiKeyAuth" in authMethods ) &&
@@ -245,7 +244,6 @@ export function createConfiguration(
245244 configuration . httpApi . fetch = conf . fetch ;
246245 return configuration ;
247246}
248-
249247/**
250248 * Apply given security authentication method if avaiable in configuration.
251249 */
You can’t perform that action at this time.
0 commit comments