Skip to content

Commit

Permalink
Unbork the merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Sep 24, 2020
1 parent 8142b11 commit 45ecb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/server/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export interface SearchResponse<T> {
}

export interface EqlSequence<T> {
join_keys: [];
join_keys: SearchTypes[];
events: Array<BaseHit<T>>;
}

Expand Down

0 comments on commit 45ecb42

Please sign in to comment.