chore: compile failed

This commit is contained in:
zhongwencool 2023-06-09 09:31:14 +08:00
parent 83c36a3c9f
commit c9cc06b6b1
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ fields("put_api_v2") ->
fields("get_api_v1") ->
method_fields(get, influxdb_api_v1);
fields("get_api_v2") ->
method_fieds(get, influxdb_api_v2);
method_fields(get, influxdb_api_v2);
fields(Type) when
Type == influxdb_api_v1 orelse Type == influxdb_api_v2
->