Fix the query for the brief article.

This commit is contained in:
2024-04-19 10:49:26 +03:00
parent 84b37695a6
commit 0c3aa99918
+1 -1
View File
@@ -83,7 +83,7 @@
(str "select id, title,"
"substr(content, 0, 60) content,"
"length(content) content_length,"
"created from articles"
"created from articles "
"where id=$1")
(clj->js [id])))]
(>! channel (-> (.-rows res)