Skip to content

Commit

Permalink
Mr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-mayank committed Nov 22, 2024
1 parent 86fadbd commit f4b59e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/lib/api/ball_score/ball_score_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,9 @@ extension BallScoreList on List<BallScoreModel> {
.where(
(element) =>
element.wicket_type != null &&
(element.wicket_type != WicketType.retired &&
element.wicket_type != WicketType.retiredHurt &&
element.wicket_type != WicketType.timedOut),
element.wicket_type != WicketType.retired &&
element.wicket_type != WicketType.retiredHurt &&
element.wicket_type != WicketType.timedOut,
)
.length;

Expand Down

0 comments on commit f4b59e3

Please sign in to comment.