Skip to content

Commit

Permalink
Update interface_influxdb.cpp (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Mar 24, 2023
1 parent db36fe2 commit 727b871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/jomjol_influxdb/interface_influxdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void InfluxDBPublish(std::string _key, std::string _content, std::string _timest


// use the default retention policy of the database
std::string apiURI = _influxDBURI + "/write?db=" + _influxDBDatabase + "/";
std::string apiURI = _influxDBURI + "/write?db=" + _influxDBDatabase;
apiURI.shrink_to_fit();
http_config.url = apiURI.c_str();

Expand Down

0 comments on commit 727b871

Please sign in to comment.