Skip to content

Commit

Permalink
update dummy_infrastructure
Browse files Browse the repository at this point in the history
Signed-off-by: Yohei MISHINA <[email protected]>
  • Loading branch information
YoheiMishina authored and Haruki-Ohga committed Oct 24, 2024
1 parent 03e9b3b commit 8cb5e09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ boost::optional<InfrastructureCommandArray> findCommand(

if (use_command_state) {
for (const auto & command : command_array.commands) {
if (command.state >= 1) {
if (command.state >= InfrastructureCommand::REQUESTING) {
array.commands.push_back(command);
found_flag = true;
}
Expand Down

0 comments on commit 8cb5e09

Please sign in to comment.