Skip to content

Commit

Permalink
Simplify the ChannelManager.cpp codes
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Feb 10, 2024
1 parent f45529a commit 08ecf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/common/clusters/channel/ChannelManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void ChannelManager::HandleGetProgramGuide(
{
continue;
}
if (endTime.HasValue() && endTime.ValueOr(0) < program.endTime)
if (endTime.ValueOr(0) < program.endTime)
{
continue;
}
Expand Down

0 comments on commit 08ecf89

Please sign in to comment.