Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(sdk-metrics): fix eslint warning
``` /home/runner/work/opentelemetry-js/opentelemetry-js/packages/sdk-metrics/src/state/DeltaMetricProcessor.ts 96:32 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion ``` The assertion was intentional, base on the `.has()` check with the same inputs immediately prior. The surrounding code has the same patterns and used the eslint magic comment to disable the warning, this one was just missed. Ref open-telemetry#5365
- Loading branch information