Skip to content
Snippets Groups Projects
Unverified Commit 67ae7ade authored by metamben's avatar metamben Committed by GitHub
Browse files

Remove redundant field from select (#43396)

This is just removing a duplicate field from a select clause.
parent 2bd4c9b5
No related branches found
No related tags found
No related merge requests found
......@@ -448,7 +448,7 @@
[id]
(let [{:keys [database_id] :as card} (api/check-404
(t2/select-one [Card :id :dataset_query :result_metadata :name :description
:collection_id :database_id :type :dataset_query]
:collection_id :database_id :type]
:id id))
moderated-status (->> (mdb.query/query {:select [:status]
:from [:moderation_review]
......
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