Skip to content
Snippets Groups Projects
Commit 336e1d2f authored by Sergi Almacellas Abellana's avatar Sergi Almacellas Abellana Committed by Cam Saul
Browse files

Fix typo in warning message (#10556)

parent 2c5391a1
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
(when (and source-query (empty? source-metadata))
(when-not qp.i/*disable-qp-logging*
(log/warn
(trs "Warining: cannot determine fields for an explicit `source-query` unless you also include `source-metadata`."))))
(trs "Warning: cannot determine fields for an explicit `source-query` unless you also include `source-metadata`."))))
;; Determine whether we can add the implicit `:fields`
(and (or source-table
(and source-query (seq source-metadata)))
......
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