diff --git a/src/app/data-model-provider/MetadataSearch.cpp b/src/app/data-model-provider/MetadataSearch.cpp index 081c10003b54cf..831b7f2728b4d2 100644 --- a/src/app/data-model-provider/MetadataSearch.cpp +++ b/src/app/data-model-provider/MetadataSearch.cpp @@ -25,7 +25,7 @@ std::optional ServerClusterFinder::Find(const ConcreteCluste if (mEndpointId != path.mEndpointId) { - mEndpointId = path.mEndpointId; + mEndpointId = path.mEndpointId; mClusterEntries = mProvider->ServerClusters(path.mEndpointId); } @@ -49,7 +49,7 @@ std::optional AttributeFinder::Find(const ConcreteAttributePath if (mClusterPath != path) { mClusterPath = path; - mAttributes = mProvider->Attributes(path); + mAttributes = mProvider->Attributes(path); } auto attributesSpan = mAttributes.GetSpanValidForLifetime();