Skip to content

Commit

Permalink
fix: inspector warning on supported interceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousCorrelation committed Nov 27, 2024
1 parent d2a51fe commit e198de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class InterceptorsInspectorService extends Service implements Inspector {
if (
isBinaryBody &&
currentInterceptor &&
!currentInterceptor.supportsBinaryContentType
currentInterceptor.supportsBinaryContentType === false
) {
return [
{
Expand Down

0 comments on commit e198de2

Please sign in to comment.