This commit is contained in:
parent
024f553586
commit
33745a3d31
@ -140,16 +140,6 @@ export const useSongDataStore = create<SongDataState>()((set) => ({
|
||||
}
|
||||
const { bsr, mapArt } = mapDataresponse.data.data;
|
||||
|
||||
console.log({
|
||||
beatleader: {
|
||||
stars: beatLeaderLeaderboardData.stars,
|
||||
modifiers: beatLeaderLeaderboardData.modifiers,
|
||||
passRating: beatLeaderLeaderboardData.passRating,
|
||||
accRating: beatLeaderLeaderboardData.accRating,
|
||||
techRating: beatLeaderLeaderboardData.techRating,
|
||||
},
|
||||
});
|
||||
|
||||
set({
|
||||
isLoading: false,
|
||||
hasError: hasError,
|
||||
|
Reference in New Issue
Block a user