fix typo
This commit is contained in:
parent
36d60fabe4
commit
6c12525df3
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ const populateAuthTokenHeader = () => {
|
||||||
Lbry.setApiHeader(X_LBRY_AUTH_TOKEN, authToken);
|
Lbry.setApiHeader(X_LBRY_AUTH_TOKEN, authToken);
|
||||||
}
|
}
|
||||||
|
|
||||||
next(action);
|
return next(action);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue