Add some extra logging

This commit is contained in:
Jackson Harper 2022-03-16 13:53:55 -07:00
parent dc27c0c7a4
commit 0314d8cf17

View file

@ -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,