Skip to content

Commit 42c8b5e

Browse files
committed
Fix incorrect imports after merge
1 parent 9ad32f8 commit 42c8b5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugins/infra/server/lib/domains/log_entries_domain/log_entries_domain.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
LogEntriesSummaryHighlightsBucket,
1313
LogEntriesRequest,
1414
} from '../../../../common/http_api';
15-
import { LogEntry, LogColumn } from '../../../../common/log_entry';
15+
import { LogColumn, LogEntryCursor, LogEntry } from '../../../../common/log_entry';
1616
import {
1717
InfraSourceConfiguration,
1818
InfraSources,
@@ -33,7 +33,6 @@ import {
3333
CompositeDatasetKey,
3434
createLogEntryDatasetsQuery,
3535
} from './queries/log_entry_datasets';
36-
import { LogEntry, LogColumn, LogEntryCursor } from '../../../../common/log_entry';
3736

3837
export interface LogEntriesParams {
3938
startTimestamp: number;

0 commit comments

Comments
 (0)