Small fix to influxdb query builder, should update raw query after building query
This commit is contained in:
@@ -41,6 +41,7 @@ function () {
|
||||
}
|
||||
|
||||
query += " order asc";
|
||||
target.query = query;
|
||||
|
||||
return query;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user