chore: compile failed
This commit is contained in:
parent
83c36a3c9f
commit
c9cc06b6b1
|
@ -105,7 +105,7 @@ fields("put_api_v2") ->
|
||||||
fields("get_api_v1") ->
|
fields("get_api_v1") ->
|
||||||
method_fields(get, influxdb_api_v1);
|
method_fields(get, influxdb_api_v1);
|
||||||
fields("get_api_v2") ->
|
fields("get_api_v2") ->
|
||||||
method_fieds(get, influxdb_api_v2);
|
method_fields(get, influxdb_api_v2);
|
||||||
fields(Type) when
|
fields(Type) when
|
||||||
Type == influxdb_api_v1 orelse Type == influxdb_api_v2
|
Type == influxdb_api_v1 orelse Type == influxdb_api_v2
|
||||||
->
|
->
|
||||||
|
|
Loading…
Reference in New Issue