Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fremartini committed Sep 28, 2023
1 parent 881e212 commit ac26e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class BuyTicketsPage extends StatelessWidget {
productName: payment.productName,
timeUsed: payment.purchaseTime,
context: context,
);
).ignore();
await updateTicketsRequest;
await updateReceiptsRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class TicketSection extends StatelessWidget {
productName: state.receipt.productName,
timeUsed: state.receipt.timeUsed,
context: context,
);
).ignore();
}
if (state is TicketsUseError) {
LoadingOverlay.hide(context);
Expand Down

0 comments on commit ac26e03

Please sign in to comment.