diff --git a/core/http.go b/core/http.go index 580a6c210..662b251c8 100644 --- a/core/http.go +++ b/core/http.go @@ -347,7 +347,7 @@ func bitmaps(frame string, obj JsonObject) chan uint64 { c <- base_id } else { quantum := index.YMDH - if val, ok := obj["time_granulatrity"]; ok { + if val, ok := obj["time_granularity"]; ok { switch val { case "Y": quantum = index.Y