Skip to content

Commit

Permalink
addressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Mar 8, 2021
1 parent 467b7ec commit dc361b1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ import {
kqlQuery,
} from '../../../server/utils/queries';
import { Coordinate } from '../../../typings/timeseries';
import {
offsetPreviousPeriodCoordinates,
offsetXCoordinate,
} from '../../utils/offset_previous_period_coordinate';
import { offsetPreviousPeriodCoordinates } from '../../utils/offset_previous_period_coordinate';
import { withApmSpan } from '../../utils/with_apm_span';
import {
getDocumentTypeFilterForAggregatedTransactions,
Expand Down

0 comments on commit dc361b1

Please sign in to comment.