From 0c3aa99918d16eb6ec181e5bdcc4b75d26404657 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Fri, 19 Apr 2024 10:49:26 +0300 Subject: [PATCH] Fix the query for the brief article. --- src/main/blog/db.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/blog/db.cljs b/src/main/blog/db.cljs index 2f34baa..36b15c1 100644 --- a/src/main/blog/db.cljs +++ b/src/main/blog/db.cljs @@ -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)