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