fix: forgot to remove test in getPlayer
This commit is contained in:
@@ -129,8 +129,6 @@ export async function getPlayer(playerId: string) {
|
|||||||
|
|
||||||
if (response.status === 404) return null;
|
if (response.status === 404) return null;
|
||||||
|
|
||||||
return { username: "test" };
|
|
||||||
|
|
||||||
const data = (await response.json()) as {
|
const data = (await response.json()) as {
|
||||||
username: string;
|
username: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user