Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(instrumentation-fetch): fix eslint warnings
``` /home/runner/work/opentelemetry-js/opentelemetry-js/experimental/packages/opentelemetry-instrumentation-fetch/src/utils.ts 137:16 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 138:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any ``` This can be avoided by re-ordering the branches so that TypeScript can narrow the type of the value progressively. Ref #5365
- Loading branch information