Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian Castro
9a4b92de5e Merge ac4e5cc6bd into a3f184979e 2024-04-20 01:10:59 +00:00
2 changed files with 94 additions and 92 deletions

View File

@@ -90,10 +90,12 @@ const defineConfig = (): ExpoConfig => ({
[ [
"expo-pod-pinner", "expo-pod-pinner",
{ {
targetName: "movieweb", "targetName": "movieweb",
pods: [{ "OpenSSL-Universal": "1.1.2200" }], "pods": [
}, { "OpenSSL-Universal": "1.1.2200" }
], ]
}
]
], ],
}); });

View File

@@ -13,7 +13,7 @@ export default function Page() {
const meta = useQuery({ const meta = useQuery({
queryKey: ["backendMeta", url], queryKey: ["backendMeta", url],
queryFn: () => getBackendMeta(url as unknown as string), queryFn: () => getBackendMeta(url),
}); });
return ( return (