2466 Remove a superfluous argument

* commit 'e393acf5eb08251cd38073a181f5ddce08264af5':
  Remove a superfluous argument
This commit is contained in:
Artem Baskal
2020-12-24 15:35:44 +03:00

View File

@@ -287,7 +287,7 @@ export const getDnsStatus = () => async (dispatch) => {
try {
checkStatus(handleRequestSuccess, handleRequestError);
} catch (error) {
handleRequestError(error);
handleRequestError();
}
};