Fix build after breaking code suggestion
This commit is contained in:
parent
486231b1b9
commit
c745f8c877
@ -150,7 +150,7 @@ class MachineManager {
|
||||
CoordinatorMessages &&cm = std::move(conversion_attempt.value());
|
||||
|
||||
CoordinatorRouteMessage route_message{
|
||||
.message = std::move<CoordinatorMessages>(cm),
|
||||
.message = std::move(cm),
|
||||
.request_id = request_envelope.request_id,
|
||||
.to = request_envelope.to_address,
|
||||
.from = request_envelope.from_address,
|
||||
|
Loading…
Reference in New Issue
Block a user