diff --git a/auth/auth.js b/auth/auth.js index df6273b..b061761 100644 --- a/auth/auth.js +++ b/auth/auth.js @@ -49,7 +49,7 @@ function auth_checker(key) { if (error) { rej(error); } else { - if (!response[0]) { + if (response[0]) { res(true); } else { res(false);