mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 21:15:35 +03:00
Fix message checking
This commit is contained in:
parent
c2a2b3ea6a
commit
1c1b952d48
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ export const testUpstream = servers => async (dispatch) => {
|
|||
return message;
|
||||
});
|
||||
|
||||
if (testMessages.every(message => message === testMessages[0])) {
|
||||
if (testMessages.every(message => message === 'OK')) {
|
||||
dispatch(addSuccessToast('All servers is OK'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue