Skip to content

Commit 67a8023

Browse files
committed
fix: missing time type
1 parent 34d5b2c commit 67a8023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

es/baseapi.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def get_type(data_type) -> int:
8383
"interval_day": Type.STRING,
8484
"interval_month": Type.STRING,
8585
"interval_year": Type.STRING,
86+
"time": Type.STRING,
8687
}
8788
return type_map[data_type.lower()]
8889

0 commit comments

Comments
 (0)