fix missing await in pullAb

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2023-08-18 19:45:19 +08:00
parent 08af0d4bf2
commit ce5abfc3cd

View File

@ -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) {