From 153df97fb13afcf9b3f108f1fc7a3f56373a9b8f Mon Sep 17 00:00:00 2001 From: 36hjt8dv <166269652+36hjt8dv@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:56:06 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20=20=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=EC=A4=91=EB=B3=B5=EC=B6=94=EA=B0=80=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 56ac81d..d2c3efc 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ if(!res || res.status !== 200) return; if(fast) { - addResult(username, website, url); + return addResult(username, website, url); }; const text = await res.text();