Skip to content

Commit

Permalink
Merge branch 'master' into fix/remove-es-client
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Sep 3, 2020
2 parents 24172f5 + 4c5e75e commit bcb52b9
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 bcb52b9

Please sign in to comment.