Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
linrunqi08 committed Dec 27, 2024
1 parent d712b08 commit e67e332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/prometheus/async/PromHttpRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ PromHttpRequest::PromHttpRequest(const std::string& method,
query,
header,
body,
std::move(response),
timeout,
maxTryCnt,
std::move(response),
followRedirects,
std::move(tls)),
mFuture(std::move(future)),
Expand Down

0 comments on commit e67e332

Please sign in to comment.