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

This commit is contained in:
Torkel Ödegaard 2014-09-03 09:20:39 +02:00
parent 3d202c2ef9
commit f002ef105e

View File

@ -41,6 +41,7 @@ function () {
}
query += " order asc";
target.query = query;
return query;
};