From 71015c2ca39a9263b20375d155f0be1ff19fc02c Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 8 Aug 2024 16:16:40 +0300 Subject: [PATCH] fix-topic-non-body --- resolvers/reader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resolvers/reader.py b/resolvers/reader.py index 690a78da..c4240467 100644 --- a/resolvers/reader.py +++ b/resolvers/reader.py @@ -64,7 +64,6 @@ def query_shouts(): ";", func.concat("id:", Topic.id), func.concat("title:", Topic.title), - func.concat("body:", Topic.body), func.concat("slug:", Topic.slug), func.concat("is_main:", ShoutTopic.main), ),