2466 Remove a superfluous argument
* commit 'e393acf5eb08251cd38073a181f5ddce08264af5': Remove a superfluous argument
This commit is contained in:
commit
a560dafa37
|
@ -287,7 +287,7 @@ export const getDnsStatus = () => async (dispatch) => {
|
||||||
try {
|
try {
|
||||||
checkStatus(handleRequestSuccess, handleRequestError);
|
checkStatus(handleRequestSuccess, handleRequestError);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
handleRequestError(error);
|
handleRequestError();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue