mirror of
https://github.com/grafana/grafana.git
synced 2025-01-04 13:17:16 -06:00
run go fmt
This commit is contained in:
parent
4440133f4d
commit
fb9c714a9a
@ -166,8 +166,8 @@ func (proxy *DataSourceProxy) getDirector() func(req *http.Request) {
|
||||
func (proxy *DataSourceProxy) validateRequest() error {
|
||||
if proxy.ds.Type == m.DS_INFLUXDB {
|
||||
if proxy.ctx.Query("db") != proxy.ds.Database {
|
||||
if(!proxy.ds.JsonData.Get("allowDatabaseQuery").MustBool(false)) {
|
||||
return errors.New("Datasource is not configured to allow this database");
|
||||
if !proxy.ds.JsonData.Get("allowDatabaseQuery").MustBool(false) {
|
||||
return errors.New("Datasource is not configured to allow this database")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user