Skip to content

Commit

Permalink
fix bad merge (#76629)
Browse files Browse the repository at this point in the history
Merged to fix master
  • Loading branch information
lizozom authored Sep 3, 2020
1 parent e32c282 commit 4c5e75e
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 4c5e75e

Please sign in to comment.