Skip to content

Commit 593fa15

Browse files
chore: remove eslint disable next line for sonarjs/no-dead-store (newrelic#3692)
1 parent 55b0310 commit 593fa15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/instrumentation/when/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ module.exports = function initialize(shim, when) {
296296
ret = agent.tracer.bindFunction(fn, context, true).apply(this, arguments)
297297
} finally {
298298
if (ret && typeof ret.then === 'function') {
299-
// eslint-disable-next-line sonarjs/no-dead-store
300299
ret = ctx.next[symbols.context].continue(ret)
301300
}
302301
}

0 commit comments

Comments
 (0)