isnot-fix

This commit is contained in:
2023-11-29 13:44:40 +03:00
parent af761f916f
commit 6bac6b737e
2 changed files with 3 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ async def load_shouts_feed(_, info, options):
)
.where(
and_(
Shout.published_at.is_not(None),
Shout.published_at != None,
Shout.deleted_at.is_(None),
Shout.id.in_(subquery),
)