Skip to content

Commit

Permalink
feat: add winning to bingo [1/2]
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtlepaw committed Dec 8, 2024
1 parent 6fcd002 commit eb6e3e2
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 319 deletions.
2 changes: 1 addition & 1 deletion lib/routes/challenge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ class _ChallengeDialogState extends State<ChallengeDialog> {
splashColor: theme.colorScheme.onPrimary.withAlpha(30),
onTap: (activity.type != BingoDataType.filled && pb.authStore.model?.id == selectedUser.id)
? () async {
final data = manager.updateUserBingoActivity(
final data = await manager.updateUserBingoActivity(
pb.authStore.model?.id,
index,
BingoDataType.filled,
Expand Down
Loading

0 comments on commit eb6e3e2

Please sign in to comment.