Skip to content

Commit 735c725

Browse files
update last remaining reference
1 parent 3b3ef68 commit 735c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/icd-management-server/icd-management-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class IcdManagementFabricDelegate : public chip::FabricTable::Delegate
169169
ICDMonitoringTable table(Server::GetInstance().GetPersistentStorage(), fabricIndex, supported_clients,
170170
Server::GetInstance().GetSessionKeystore());
171171
table.RemoveAll();
172-
ICDManagementServer::GetInstance().TableIsEmptyForFabric();
172+
ICDManagementServer::GetInstance().TriggerICDMTableUpdatedEvent();
173173
}
174174
};
175175

0 commit comments

Comments
 (0)