This commit is contained in:
@ -28,9 +28,6 @@ async function fetchPlayerData(
|
||||
);
|
||||
const json = await response.json();
|
||||
|
||||
// Check if there was an error fetching the user data
|
||||
console.log(json);
|
||||
|
||||
return json as BeatLeaderPlayer;
|
||||
}
|
||||
|
||||
@ -67,9 +64,6 @@ async function fetchScores(
|
||||
);
|
||||
const json = await response.json();
|
||||
|
||||
// Check if there was an error fetching the user data
|
||||
console.log(json);
|
||||
|
||||
const metadata = json.metadata;
|
||||
return {
|
||||
scores: json.data as BeatleaderScore[],
|
||||
|
Reference in New Issue
Block a user