mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix updated subscription always show failed in the rss handler logs
This commit is contained in:
parent
aef6bf559a
commit
caa5969940
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ const sendUpdateSubscriptionMutation = async (
|
|||
)
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||
return !!response.data.data.savePage
|
||||
return !!response.data.data.updateSubscription.subscription
|
||||
} catch (error) {
|
||||
if (axios.isAxiosError(error)) {
|
||||
console.error('update subscription mutation error', error.message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue