improve comments

This commit is contained in:
Erik Sundell
2018-12-04 15:00:24 +01:00
parent 9c8bd34787
commit 27c4db06fc

View File

@@ -130,7 +130,7 @@ export function ensureQueries(queries?: DataQuery[]): DataQuery[] {
}
/**
* A target is non-empty when it has keys other than refId and key.
* A target is non-empty when it has keys (with non-empty values) other than refId and key.
*/
export function hasNonEmptyQuery(queries: DataQuery[]): boolean {
return queries.some(