Skip to content
Snippets Groups Projects
Commit a2e45512 authored by Cam Saul's avatar Cam Saul
Browse files

fix misplaced docstr

parent 81bec987
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,9 @@
[task :refer :all])
[metabase.models.query :refer [Query]]))
(defn execute-queries []
(defn execute-queries
"Execute all `Querys` in the database, one-at-a-time."
[]
(->> (sel :many Query)
(map (fn [{database-id :database_id
creator-id :creator_id
......
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