Commit 65f27d31 authored by knowledge4igor's avatar knowledge4igor

Build fix

parent 1cbf1554
......@@ -726,7 +726,7 @@ RequestBuilder::body(std::string&& val) {
RequestBuilder&
RequestBuilder::timeout(std::chrono::milliseconds val) {
timeout_ = timeout;
timeout_ = val;
return *this;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment