MOB-512 do not expect a type error

This commit is contained in:
sepeterson
2025-11-21 10:34:30 -06:00
parent 45f2f63dff
commit ba59989149

View File

@@ -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,
{