mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix bug
This commit is contained in:
parent
510cd18b17
commit
49d1ae5037
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const updateSubscription = async (
|
|||
failedAt: newData.failedAt || undefined,
|
||||
autoAddToLibrary: newData.autoAddToLibrary ?? undefined,
|
||||
isPrivate: newData.isPrivate ?? undefined,
|
||||
fetchContentType: newData.fetchContentType ?? undefined,
|
||||
fetchContentType: newData.fetchContentType || undefined,
|
||||
folder: newData.folder ?? undefined,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue