Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Nov 15, 2022
1 parent 4a2b16e commit be6cf77
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,6 @@ export const useTimelineEventsHandler = ({
...deStructureEqlOptions(prevEqlRequest),
};

const requestTimeRange =
startDate && endDate
? {
timerange: { interval: '12h', from: startDate, to: endDate },
}
: {};
const timerange =
startDate && endDate
? { timerange: { interval: '12h', from: startDate, to: endDate } }
Expand Down

0 comments on commit be6cf77

Please sign in to comment.