diff --git a/apple/OmnivoreKit/Sources/Services/DataService/Queries/ArticleContentQuery.swift b/apple/OmnivoreKit/Sources/Services/DataService/Queries/ArticleContentQuery.swift index e1851149b..61267d8a0 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/Queries/ArticleContentQuery.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/Queries/ArticleContentQuery.swift @@ -251,7 +251,7 @@ public extension DataService { } } - if item.isPDF && needsPDFDownload { + if item.isPDF, needsPDFDownload { try await fetchPDFData(slug: item.slug, pageURLString: item.pageURLString) }