mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(jslint): fixed lint issue
This commit is contained in:
parent
0906312046
commit
1b02632de8
@ -48,7 +48,7 @@ function (angular, _, kbn) {
|
||||
if (variable) {
|
||||
return variable.filters || [];
|
||||
}
|
||||
return []
|
||||
return [];
|
||||
};
|
||||
|
||||
function luceneEscape(value) {
|
||||
|
Loading…
Reference in New Issue
Block a user