mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
bugfix
This commit is contained in:
@@ -10,7 +10,6 @@ export const useSongList = (args: QueryHookArgs<SongListQuery>, imageSize?: numb
|
||||
const server = getServerById(serverId);
|
||||
|
||||
return useQuery({
|
||||
cacheTime: 1000 * 60,
|
||||
enabled: !!server?.id,
|
||||
queryFn: ({ signal }) => {
|
||||
if (!server) throw new Error('Server not found');
|
||||
|
||||
Reference in New Issue
Block a user