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) ->
|
||||
case Protocol of
|
||||
"influxdb_api_v2" ->
|
||||
SupportUint = <<"uint_value=${payload.uint_key}u">>;
|
||||
SupportUint = <<"uint_value=${payload.uint_key}u,">>;
|
||||
_ ->
|
||||
SupportUint = <<>>
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue