Skip to content

Commit

Permalink
holy fuck i broke noops i am so dumb lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
twnlink committed Sep 11, 2023
1 parent 65fe1c8 commit 7588b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handleExfiltrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Object.defineProperty(window, "webpackChunk_tidal_web", {
try {
const resp = interceptor(args);

if (resp === false) shouldDispatch = false;
if (resp === true) shouldDispatch = false;
} catch (e) {
console.error("Failed to run interceptor!\n", e);
}
Expand Down

0 comments on commit 7588b58

Please sign in to comment.