Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(desktop): in realtimeFirebase add check to remove active from bac…
Browse files Browse the repository at this point in the history
…kpacks
  • Loading branch information
AndreaBrighi committed Jun 18, 2023
1 parent 3890561 commit 9504c2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class DesktopRemoteDataSourceImpl(
.filter { it.second is Map<*, *> }
.map { it.first to it.second as Map<*, *> }
.map { it.first to it.second.keys }
.filter { it.first != null }
.map {
it.first to it.second
.map { rfid -> rfid as String }
Expand Down

0 comments on commit 9504c2b

Please sign in to comment.