mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
fix typo
This commit is contained in:
parent
c1282e8ea8
commit
6cdd901ec6
@ -204,7 +204,7 @@ func (e PostgresQueryEndpoint) transformToTimeSeries(query *tsdb.Query, rows *co
|
||||
fillValue := null.Float{}
|
||||
if fillMissing {
|
||||
fillInterval = query.Model.Get("fillInterval").MustFloat64() * 1000
|
||||
if query.Model.Get("fillNULL").MustBool(false) == false {
|
||||
if query.Model.Get("fillNull").MustBool(false) == false {
|
||||
fillValue.Float64 = query.Model.Get("fillValue").MustFloat64()
|
||||
fillValue.Valid = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user