Skip to content

Commit

Permalink
fix: Oops, debug
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Sep 7, 2024
1 parent fce057a commit 4d1bb69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4d1bb69

Please sign in to comment.