mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 05:49:03 +08:00
Revert change
This commit is contained in:
@@ -23,7 +23,7 @@ class ApiResult<T> {
|
||||
if (ok) {
|
||||
return data!;
|
||||
} else {
|
||||
return throw (status, error);
|
||||
return throw (status, error!);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user