mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some extra logging
This commit is contained in:
parent
dc27c0c7a4
commit
0314d8cf17
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ export const functionResolvers = {
|
|||
if (article.readingProgressPercent != null) {
|
||||
return article.readingProgressPercent
|
||||
}
|
||||
console.log('looking up reading progress for article', article.id, article)
|
||||
return (
|
||||
await getPageByParam({
|
||||
userId: ctx.claims.uid,
|
||||
|
|
|
|||
Loading…
Reference in a new issue