From 4d1bb69c136f672d1ee47c4e3efe565b18d5456b Mon Sep 17 00:00:00 2001 From: boomzero Date: Sat, 7 Sep 2024 12:41:39 +0800 Subject: [PATCH] fix: Oops, debug --- Source/Process.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Process.ts b/Source/Process.ts index cd996d9..df24d84 100644 --- a/Source/Process.ts +++ b/Source/Process.ts @@ -163,7 +163,6 @@ export class Process { "Exist": true }); } - return new Result(false, "用户检查失败"); return await this.Fetch(new URL("https://www.xmoj.tech/userinfo.php?user=" + Username)) .then((Response) => { return Response.text();