Skip to content

Commit

Permalink
Continue work on new architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Dec 11, 2023
1 parent 119caf7 commit 3ff00bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ class AppCommunicationRepository extends IAppCommunicationRepository {

if (allRooms.isEmpty) {
logger.w("Can't find smart devices in the local DB, sending empty");
final DeviceEntityAbstract emptyEntity =
GenericGenericUnsupportedDE.empty();
final DeviceEntityAbstract emptyEntity = GenericUnsupportedDE.empty();
HubRequestsToApp.streamRequestsToApp.sink
.add(emptyEntity.toInfrastructure());
return;
Expand Down

0 comments on commit 3ff00bf

Please sign in to comment.