Skip to content

Commit

Permalink
Fixing type errors from merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed Jul 14, 2020
1 parent a687a93 commit 0546bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ describe('create_signals', () => {
filter: {},
size: 100,
searchAfterSortId: undefined,
timestampOverride: undefined,
});
expect(query).toEqual({
allowNoIndices: true,
Expand Down Expand Up @@ -381,6 +382,7 @@ describe('create_signals', () => {
filter: {},
size: 100,
searchAfterSortId: undefined,
timestampOverride: undefined,
});
expect(query).toEqual({
allowNoIndices: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const findThresholdSignals = async ({
return singleSearchAfter({
aggregations,
searchAfterSortId: undefined,
timestampOverride: undefined,
index: inputIndexPattern,
from,
to,
Expand Down

0 comments on commit 0546bb4

Please sign in to comment.