Skip to content

Commit

Permalink
Merge pull request #5437 from 21pages/ab
Browse files Browse the repository at this point in the history
fix missing await in pullAb
  • Loading branch information
rustdesk committed Aug 18, 2023
2 parents cfdc9ad + ce5abfc commit 24547c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/models/ab_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class AbModel {
if (pushError.isNotEmpty) {
try {
// push to retry
pushAb(toastIfFail: false, toastIfSucc: false);
await pushAb(toastIfFail: false, toastIfSucc: false);
} catch (_) {}
}
if (!quiet) {
Expand Down

0 comments on commit 24547c1

Please sign in to comment.