This commit is contained in:
Sean Yesmunt 2020-06-08 14:22:03 -04:00
parent 36d60fabe4
commit 6c12525df3

View file

@ -167,7 +167,7 @@ const populateAuthTokenHeader = () => {
Lbry.setApiHeader(X_LBRY_AUTH_TOKEN, authToken);
}
next(action);
return next(action);
};
};