From 6c12525df3e0fe4ebe91a85cc5ef16b47a08a754 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 8 Jun 2020 14:22:03 -0400 Subject: [PATCH] fix typo --- ui/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; };