mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 10:42:52 +08:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@ -78,7 +78,7 @@ export default class ResponseParser {
|
||||
|
||||
const unique = Array.from(new Set(res));
|
||||
|
||||
return _.map(unique, value => {
|
||||
return _.map(unique, (value) => {
|
||||
return { text: value };
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user