fix(influxdb): fix illegal `wirte_syntax` example
This commit is contained in:
parent
03b004e0ce
commit
0090a3ee93
|
@ -51,7 +51,7 @@ values(Protocol, get) ->
|
||||||
values(Protocol, post) ->
|
values(Protocol, post) ->
|
||||||
case Protocol of
|
case Protocol of
|
||||||
"influxdb_api_v2" ->
|
"influxdb_api_v2" ->
|
||||||
SupportUint = <<"uint_value=${payload.uint_key}u">>;
|
SupportUint = <<"uint_value=${payload.uint_key}u,">>;
|
||||||
_ ->
|
_ ->
|
||||||
SupportUint = <<>>
|
SupportUint = <<>>
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue