mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GEL: include the expression count in the request (#20114)
This commit is contained in:
@@ -137,8 +137,6 @@ function cancelNetworkRequestsOnUnsubscribe(req: DataQueryRequest) {
|
||||
}
|
||||
|
||||
export function callQueryMethod(datasource: DataSourceApi, request: DataQueryRequest) {
|
||||
console.log('CALL', request.targets);
|
||||
|
||||
// If any query has an expression, use the expression endpoint
|
||||
for (const target of request.targets) {
|
||||
if (target.datasource === ExpressionDatasourceID) {
|
||||
|
||||
Reference in New Issue
Block a user