Skip to content

Commit

Permalink
fix eql strategy util usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jul 20, 2021
1 parent b92b836 commit d75bdff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export const eqlSearchStrategyProvider = (
uiSettingsClient
);
const params = id
? getDefaultAsyncGetParams(options)
? getDefaultAsyncGetParams(null, options)
: {
...(await getIgnoreThrottled(uiSettingsClient)),
...defaultParams,
...getDefaultAsyncGetParams(options),
...getDefaultAsyncGetParams(null, options),
...request.params,
};
const promise = id
Expand Down

0 comments on commit d75bdff

Please sign in to comment.