Skip to content
Snippets Groups Projects
Commit a4a25c44 authored by Simon Belak's avatar Simon Belak
Browse files

Don't overwrite :middleware

parent cfe0dd48
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@
(as-format export-format
(qp/process-query-and-save-execution! (-> query
(dissoc :constraints)
(assoc :middleware {:skip-results-metadata? true}))
(assoc-in [:middleware :skip-results-metadata?] true))
{:executed-by api/*current-user-id*, :context (export-format->context export-format)}))))
......
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