diff --git a/packages/rss-handler/src/index.ts b/packages/rss-handler/src/index.ts index 2440ef520..9c37e22f9 100644 --- a/packages/rss-handler/src/index.ts +++ b/packages/rss-handler/src/index.ts @@ -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)