Skip to content

Commit

Permalink
Call descriptionWithUniqueNames
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannakok committed Sep 11, 2024
1 parent 21c7220 commit 3c6d6f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sport/app/cricket/feed/cricketPaDeserialisation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ object Parser {
getStatistic(batter, "fours") toInt,
getStatistic(batter, "sixes") toInt,
(batter \ "status").text == "batted",
(batter \ "dismissal" \ "description").text,
// descriptionWithUniqueNames(bowlingTeam, dismissalDescription, catcherId, bowlerId),
descriptionWithUniqueNames(bowlingTeam, dismissalDescription, catcherId, bowlerId),
getStatistic(batter, "on-strike").toInt > 0,
getStatistic(batter, "runs-scored").toInt > 0,
)
Expand Down

0 comments on commit 3c6d6f6

Please sign in to comment.