mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
log -> error, remove unnecesary logs
This commit is contained in:
@@ -117,7 +117,7 @@ export const useSongLyricsBySong = (
|
||||
apiClientProps: { server, signal },
|
||||
query: { songId: song.id },
|
||||
})
|
||||
.catch((err) => console.log(err));
|
||||
.catch((err) => console.error(err));
|
||||
|
||||
if (jfLyrics) {
|
||||
localLyrics = {
|
||||
|
||||
Reference in New Issue
Block a user