mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 06:07:57 -06:00
Fixed bugs, added serialization for documents state
This commit is contained in:
@@ -47,7 +47,7 @@ class DioHttpErrorInterceptor extends Interceptor {
|
||||
errorMessages.putIfAbsent(entry.key, () => entry.value.toString());
|
||||
}
|
||||
}
|
||||
return handler.reject(
|
||||
handler.reject(
|
||||
DioError(
|
||||
error: errorMessages,
|
||||
requestOptions: err.requestOptions,
|
||||
|
||||
Reference in New Issue
Block a user