Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Jan 9, 2019
2 parents 61d34d7 + 5da442d commit 5cce1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abpHttpInterceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ export class AbpHttpInterceptor implements HttpInterceptor {
interceptObservable.next(event);
interceptObservable.complete();
}
} else {
interceptObservable.next(event);
}
}

Expand Down

0 comments on commit 5cce1ad

Please sign in to comment.