fix missing await in pullAb
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
08af0d4bf2
commit
ce5abfc3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue