Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Sep 4, 2024
1 parent 2f52be1 commit 7b36f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/appsec/remote_config/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class RemoteConfigManager extends EventEmitter {
// TODO: we need a way to tell if unapply configs were handled by kPreUpdate or not, because they're always
// emitted unlike the apply and modify configs

callHandlerFor(action, item)
callHandlerFor.call(this, action, item)

if (action === 'unapply') {
this.appliedConfigs.delete(item.path)
Expand Down

0 comments on commit 7b36f60

Please sign in to comment.