diff --git a/src/wov.ts b/src/wov.ts index 62ce64a..0c2c02f 100644 --- a/src/wov.ts +++ b/src/wov.ts @@ -129,8 +129,6 @@ export async function getPlayer(playerId: string) { if (response.status === 404) return null; - return { username: "test" }; - const data = (await response.json()) as { username: string; };