Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Sep 3, 2020
1 parent e32c282 commit 4c8881c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const useAuthentications = ({
const searchSubscription$ = data.search
.search<AuthenticationsRequestOptions, AuthenticationsStrategyResponse>(request, {
strategy: 'securitySolutionSearchStrategy',
signal: abortCtrl.current.signal,
abortSignal: abortCtrl.current.signal,
})
.subscribe({
next: (response) => {
Expand Down

0 comments on commit 4c8881c

Please sign in to comment.