Skip to content
Snippets Groups Projects
Unverified Commit a5a03934 authored by Chris Truter's avatar Chris Truter Committed by GitHub
Browse files

Fix some CLJ formatting (#49860)

parent 09ee5aa2
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
(defn- rehydrate [index-row]
;; Useful for debugging scoring
#_ (dissoc index-row :legacy_input :created_at :updated_at :last_edited_at)
#_(dissoc index-row :legacy_input :created_at :updated_at :last_edited_at)
(-> (merge
(json/parse-string (:legacy_input index-row) keyword)
(select-keys index-row [:total_score :pinned]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment