Commit f002ef10 by Torkel Ödegaard

Small fix to influxdb query builder, should update raw query after building query

parent 3d202c2e
...@@ -41,6 +41,7 @@ function () { ...@@ -41,6 +41,7 @@ function () {
} }
query += " order asc"; query += " order asc";
target.query = query;
return query; return query;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment