mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 14:07:49 -06:00
Finished inbox, fixed reverse sort order, bloc refactorings
This commit is contained in:
@@ -171,7 +171,6 @@ class TimeoutClient implements BaseClient {
|
||||
// try to parse contained error message, otherwise return response
|
||||
final JSON json = jsonDecode(utf8.decode(response.bodyBytes));
|
||||
final PaperlessValidationErrors errorMessages = {};
|
||||
//TODO: This could be simplified, look at error message format of paperless-ngx
|
||||
for (final entry in json.entries) {
|
||||
if (entry.value is List) {
|
||||
errorMessages.putIfAbsent(
|
||||
|
||||
Reference in New Issue
Block a user