mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo in content type check
This commit is contained in:
parent
a6dbe3ab5a
commit
3c12162866
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export const shouldSynthesize = async (
|
|||
page: Page
|
||||
): Promise<boolean> => {
|
||||
if (
|
||||
contentReaderForPageType(page.pageType) === ContentReader.Web ||
|
||||
contentReaderForPageType(page.pageType) !== ContentReader.Web ||
|
||||
!page.content
|
||||
) {
|
||||
// we don't synthesize files for now
|
||||
|
|
|
|||
Loading…
Reference in a new issue