Skip to content

Commit

Permalink
Update certificate_pinning_interceptor.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
diefferson authored Dec 4, 2023
1 parent 17972f5 commit 4e99337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/dio/certificate_pinning_interceptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CertificatePinningInterceptor extends Interceptor {
requestOptions: options,
error: CertificateNotVerifiedException(),
),
_callFollowingErrorInterceptor,
callFollowingErrorInterceptor,
);
}
} on Exception catch (e) {
Expand Down

0 comments on commit 4e99337

Please sign in to comment.