diff --git a/ui/store.js b/ui/store.js index 57f48ce8a..97156fa64 100644 --- a/ui/store.js +++ b/ui/store.js @@ -167,7 +167,7 @@ const populateAuthTokenHeader = () => { Lbry.setApiHeader(X_LBRY_AUTH_TOKEN, authToken); } - next(action); + return next(action); }; };