mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@@ -46,7 +46,7 @@ export default class InfluxQueryModel {
|
||||
}
|
||||
|
||||
updatePersistedParts() {
|
||||
this.target.select = _.map(this.selectModels, selectParts => {
|
||||
this.target.select = _.map(this.selectModels, (selectParts) => {
|
||||
return _.map(selectParts, (part: any) => {
|
||||
return { type: part.def.type, params: part.params };
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user