Skip to content

Commit

Permalink
remove silly self-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jan 3, 2025
1 parent 7416815 commit 0900074
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/custom-events/custom-event-aggregator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ class CustomEventAggregator extends EventAggregator {
constructor(opts, agent) {
opts = opts || {}
opts.method = opts.method || 'custom_event_data'
// eslint-disable-next-line no-self-assign
opts.metricNames = opts.metricNames

super(opts, agent)
}
Expand Down

0 comments on commit 0900074

Please sign in to comment.