fixed mispelling with time_granularity

This commit is contained in:
Todd Gruben 2014-10-29 16:49:13 +00:00
parent a9133b4b10
commit b97656172d

View file

@ -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