Skip to content

Commit

Permalink
Rename non-snakecase files.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 20, 2022
1 parent 0d280fa commit 5c2f9bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/ux/public/services/data/projections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { TRANSACTION_TYPE } from '../../../common/elasticsearch_fieldnames';
import { ProcessorEvent } from '../../../common/processor_event';
import { TRANSACTION_PAGE_LOAD } from '../../../common/transaction_types';
import { SetupUX } from '../../../typings/ui_filters';
import { getEsFilter } from './getEsFilter';
import { rangeQuery } from './rangeQuery';
import { getEsFilter } from './get_es_filter';
import { rangeQuery } from './range_query';

export function getRumPageLoadTransactionsProjection({
setup,
Expand Down

0 comments on commit 5c2f9bd

Please sign in to comment.