Skip to content

Commit

Permalink
Remove unneeded export
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Portner committed Jan 10, 2022
1 parent 662b306 commit c81a43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/import/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export { getImportStateMapForRetries } from './get_import_state_map_for_retries'
export { getNonUniqueEntries } from './get_non_unique_entries';
export { regenerateIds } from './regenerate_ids';
export { splitOverwrites } from './split_overwrites';
export { getNonExistingReferenceAsKeys, validateReferences } from './validate_references';
export { validateReferences } from './validate_references';
export { validateRetries } from './validate_retries';
export { executeImportHooks } from './execute_import_hooks';
export type { ImportStateMap, ImportStateValue } from './types';

0 comments on commit c81a43a

Please sign in to comment.