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