Skip to content

Commit

Permalink
Update GleapNetworkIntercepter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Feb 11, 2024
1 parent a78eee7 commit 2090047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GleapNetworkIntercepter.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class GleapNetworkIntercepter {
}

setBlacklist(blacklist) {
this.blacklist = blacklist ? blacklist : [];
this.blacklist = this.blacklist.concat(blacklist ? blacklist : []);
}

cleanRequests() {
Expand Down

0 comments on commit 2090047

Please sign in to comment.