mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 18:10:31 -05:00
fix tsc
This commit is contained in:
@@ -57,8 +57,8 @@ export const ArtistProvider = ({
|
||||
refetch: refetchSimilar,
|
||||
isPending: fetchingSimilarArtists,
|
||||
} = useQuery({
|
||||
queryKey: [QueryKeys.SimilarItems, library?.musicLibraryId, artist.Id],
|
||||
queryFn: () => fetchSimilarArtists(api, user, library?.musicLibraryId, artist.Id!),
|
||||
queryKey: [QueryKeys.SimilarItems, artist.Id],
|
||||
queryFn: () => fetchSimilarArtists(api, user, artist.Id!),
|
||||
enabled: !isUndefined(artist.Id),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user