mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add debugging line
This commit is contained in:
parent
e6ca3c8eb4
commit
38c190a08f
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ export function useGetSubscriptionsQuery(): SubscriptionsQueryResponse {
|
|||
`
|
||||
|
||||
const { data, mutate, error, isValidating } = useSWR(query, publicGqlFetcher)
|
||||
console.log('subscriptions data', data)
|
||||
|
||||
try {
|
||||
if (data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue