mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix SWR call
This commit is contained in:
parent
e3d1a69c65
commit
791f000677
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export function useGetSubscriptionsQuery(
|
|||
by: sortBy,
|
||||
},
|
||||
}
|
||||
const { data, mutate, isValidating } = useSWR(
|
||||
const { data, error, mutate, isValidating } = useSWR(
|
||||
[query, variables],
|
||||
makeGqlFetcher(variables)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue