From 0b012878429d600db5410780f66fe047b65831c9 Mon Sep 17 00:00:00 2001 From: Zama Nu Hina <72570524+zamanuhina@users.noreply.github.com> Date: Mon, 12 Oct 2020 01:16:15 +0300 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {