diff --git a/index.js b/index.js index 0aea6bf..0b6c3a2 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const errors = [ 'Proxy offline' ]; -const proxy_check = async p => { +const proxy_check = p => { return new Promise((resolve, reject) => {