Skip to content

Commit

Permalink
fix(bpp): fix approved request search (autowarefoundation#8119)
Browse files Browse the repository at this point in the history
fix existApprovedRequest condition

Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori committed Sep 9, 2024
1 parent b6650a5 commit 13e3e60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class SceneModuleInterface
}

if (rtc.second->isTerminated(uuid_map_.at(rtc.first))) {
return true;
return false;
}

return rtc.second->isActivated(uuid_map_.at(rtc.first));
Expand Down

0 comments on commit 13e3e60

Please sign in to comment.