Skip to content

Commit

Permalink
Mr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-mayank committed Dec 11, 2024
1 parent d8987f2 commit e5303f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TournamentDetailStateViewNotifier
_tournamentService.streamTeamStats(_tournamentId!),
_tournamentService.streamPlayerKeyStats(_tournamentId!));

tournamentData.listen((data) async {
_tournamentSubscription = tournamentData.listen((data) async {
final tournament = data.$1;
final teamStats = data.$2;
final keyStats = data.$3.getTopKeyStats();
Expand Down

0 comments on commit e5303f3

Please sign in to comment.