Fix lint errors

This commit is contained in:
Rohith Menon 2017-08-14 09:20:58 -07:00
parent 72560d985f
commit 8074a91b29

View File

@ -42,8 +42,7 @@ function QueryBasedParameterController($scope, Query) {
if (numColumns > 0 && columns[0].type === 'string') {
$scope.queryResults = queryResult.data.rows.map(row => row[columns[0].name]);
}
}
);
});
}
}, true);
}