mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug
This commit is contained in:
parent
1c72007bf6
commit
d0981a216c
1 changed files with 0 additions and 1 deletions
|
|
@ -804,7 +804,6 @@ export const saveArticleReadingProgressResolver = authorized<
|
|||
readingProgressTopPercent: readingProgressTopPercentToSave,
|
||||
readAt: new Date(),
|
||||
}
|
||||
console.log('updatedPart: ', updatedPart)
|
||||
const updated = await updatePage(id, updatedPart, { pubsub, uid })
|
||||
if (!updated) {
|
||||
return { errorCodes: [SaveArticleReadingProgressErrorCode.NotFound] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue