Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Jul 19, 2019
1 parent 1d1f172 commit c8af3d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

import { CacheIndexPatterns } from './cache_index_patterns';
import { FieldDescriptor } from '../../index_patterns/service/index_patterns_service';

describe('SavedObjectsRepository', () => {
let cacheIndexPatterns: CacheIndexPatterns;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
import { Readable } from 'stream';
import { SavedObject } from 'kibana/server';
import { SavedObject } from 'src/core/server/saved_objects';
import { createSplitStream, createMapStream, createFilterStream } from '../../../utils/streams';

export function createSavedObjectsStreamFromNdJson(ndJsonStream: Readable) {
Expand Down

0 comments on commit c8af3d0

Please sign in to comment.