GEL: include the expression count in the request (#20114)

This commit is contained in:
Ryan McKinley
2019-10-31 16:22:00 -07:00
committed by GitHub
parent bbff282b89
commit 4d1b969a5c
4 changed files with 15 additions and 8 deletions

View File

@@ -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) {