Merge pull request #5437 from 21pages/ab

fix missing await in pullAb
This commit is contained in:
RustDesk 2023-08-18 19:53:06 +08:00 committed by GitHub
commit 24547c11cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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