Skip to content

Commit

Permalink
♻️ replace to where
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Nov 13, 2021
1 parent b7032fa commit 91aa94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/pill_sheet_group.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class PillSheetGroupService {
return _fetchLatestQuery()
.snapshots()
.map(((event) => _map(event)))
.skipWhile((element) => element == null)
.where((element) => element == null)
.cast();
}

Expand Down

0 comments on commit 91aa94e

Please sign in to comment.