mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-25 22:45:46 +03:00
Remove a superfluous argument
This commit is contained in:
parent
e7f7799b3e
commit
e393acf5eb
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ export const getDnsStatus = () => async (dispatch) => {
|
|||
try {
|
||||
checkStatus(handleRequestSuccess, handleRequestError);
|
||||
} catch (error) {
|
||||
handleRequestError(error);
|
||||
handleRequestError();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue