mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 09:53:25 +00:00
fix: cast this value although it's fine
This commit is contained in:
@@ -13,7 +13,7 @@ export default function Page() {
|
||||
|
||||
const meta = useQuery({
|
||||
queryKey: ["backendMeta", url],
|
||||
queryFn: () => getBackendMeta(url),
|
||||
queryFn: () => getBackendMeta(url as unknown as string),
|
||||
});
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user