Skip to content

Commit

Permalink
i am retarded
Browse files Browse the repository at this point in the history
  • Loading branch information
twnlink committed Sep 11, 2023
1 parent 5084454 commit 8b9feb8
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 @@ -153,7 +153,7 @@ Object.defineProperty(window, "webpackChunk_tidal_web", {
}
}

return shouldDispatch ? orig.apply(ctxt, [payload]) : { type: "NOOP" };
return shouldDispatch ? orig.apply(ctxt, interceptorData[0]) : { type: "NOOP" };
},
});
});
Expand Down

0 comments on commit 8b9feb8

Please sign in to comment.