Skip to content

Commit

Permalink
rm case saved object mappings from siem
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Jan 8, 2020
1 parent c11df85 commit 60a727b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x-pack/legacy/plugins/siem/server/saved_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ import {
timelineSavedObjectType,
timelineSavedObjectMappings,
} from './lib/timeline/saved_object_mappings';
import {
caseSavedObjectMappings,
caseCommentSavedObjectMappings,
} from './lib/case/saved_object_mappings_temp';

export { noteSavedObjectType, pinnedEventSavedObjectType, timelineSavedObjectType };
export const savedObjectMappings = {
...timelineSavedObjectMappings,
...noteSavedObjectMappings,
...pinnedEventSavedObjectMappings,
...caseSavedObjectMappings,
...caseCommentSavedObjectMappings,
};

0 comments on commit 60a727b

Please sign in to comment.