fix-topic-non-body
Some checks failed
Deploy on push / deploy (push) Failing after 8s

This commit is contained in:
Untone 2024-08-08 16:16:40 +03:00
parent ea99219283
commit 71015c2ca3

View File

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