fix: renew without params
This commit is contained in:
@@ -54,7 +54,6 @@ const baseQueryWithTokenCheck = async (args, api, extraOptions) => {
|
||||
);
|
||||
result = await waitingForRenew;
|
||||
waitingForRenew = null;
|
||||
// console.log({ refreshResult });
|
||||
if (result.data) {
|
||||
// store the new token
|
||||
api.dispatch(updateToken(result.data));
|
||||
|
||||
Reference in New Issue
Block a user