Skip to content

Commit

Permalink
update const naming per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Aug 5, 2021
1 parent d402d51 commit 3c6ba02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/timelines/public/container/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ export const initSortDefault = [
},
];

const EMPTY_ARRAY: AlertConsumers[] = [];
const NO_CONSUMERS: AlertConsumers[] = [];
export const useTimelineEvents = ({
alertConsumers = EMPTY_ARRAY,
alertConsumers = NO_CONSUMERS,
docValueFields,
endDate,
excludeEcsData = false,
Expand Down

0 comments on commit 3c6ba02

Please sign in to comment.