Skip to content

Commit

Permalink
Add back comment referencing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 29, 2024
1 parent 73589b5 commit b88af47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/clusters/scenes-server/scenes-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ namespace {

Protocols::InteractionModel::Status ResponseStatus(CHIP_ERROR err)
{
// TODO : Properly fix mapping between error types (issue https://github.com/project-chip/connectedhomeip/issues/26885)
if (CHIP_ERROR_NOT_FOUND == err)
{
return Protocols::InteractionModel::Status::NotFound;
Expand Down

0 comments on commit b88af47

Please sign in to comment.