mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
Fix lint errors
This commit is contained in:
parent
72560d985f
commit
8074a91b29
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user