Skip to content

Commit

Permalink
fix(error-interceptor): wrong type sent in UnauthenticatedError issue
Browse files Browse the repository at this point in the history
Signed-off-by: Taranjeet Singh <[email protected]>
  • Loading branch information
singhtaranjeet committed Aug 18, 2023
1 parent 13d7759 commit 4aef2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/interceptors/error_interceptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ abstract class ErrorInterceptor extends Interceptor {
UnauthenticatedError(
requestOptions: error.requestOptions,
response: error.response,
type: error.error,
type: error.type,
error: error.error,
),
);
Expand Down

0 comments on commit 4aef2d3

Please sign in to comment.