mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-512 do not expect a type error
This commit is contained in:
@@ -69,7 +69,6 @@ const useRemoteObservation = ( uuid: string, enabled: boolean ): UseRemoteObserv
|
||||
error: fetchRemoteObservationError
|
||||
} = useAuthenticatedQuery<RemoteObservation | null>(
|
||||
fetchRemoteObservationQueryKey,
|
||||
// @ts-expect-error return type mismatch to be handled later
|
||||
optsWithAuth => fetchRemoteObservation(
|
||||
uuid,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user