fix missing await in pullAb
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
08af0d4bf2
commit
ce5abfc3cd
@ -62,7 +62,7 @@ class AbModel {
|
|||||||
if (pushError.isNotEmpty) {
|
if (pushError.isNotEmpty) {
|
||||||
try {
|
try {
|
||||||
// push to retry
|
// push to retry
|
||||||
pushAb(toastIfFail: false, toastIfSucc: false);
|
await pushAb(toastIfFail: false, toastIfSucc: false);
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
}
|
}
|
||||||
if (!quiet) {
|
if (!quiet) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user