fix(influxdb): fix illegal `wirte_syntax` example

This commit is contained in:
JimMoen 2022-08-10 11:47:14 +08:00
parent 03b004e0ce
commit 0090a3ee93
1 changed files with 1 additions and 1 deletions

View File

@ -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,