You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the following eslint warnings:
```
/home/runner/work/opentelemetry-js/opentelemetry-js/experimental/packages/opentelemetry-instrumentation-http/src/http.ts
236:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
251:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
252:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
283:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
298:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
299:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
```
Extracted a utility function with more precise types for the job.
Ref open-telemetry#5365
0 commit comments