Skip to content

Commit

Permalink
Fix mistake in merge conflict resolution in which legacy siem is impo…
Browse files Browse the repository at this point in the history
…rted.
  • Loading branch information
cjcenizal committed Apr 28, 2020
1 parent 2ed99c6 commit 3115da0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { spaces } from './legacy/plugins/spaces';
import { canvas } from './legacy/plugins/canvas';
import { infra } from './legacy/plugins/infra';
import { taskManager } from './legacy/plugins/task_manager';
import { siem } from './legacy/plugins/siem';
import { uptime } from './legacy/plugins/uptime';
import { encryptedSavedObjects } from './legacy/plugins/encrypted_saved_objects';
import { actions } from './legacy/plugins/actions';
Expand All @@ -38,7 +37,6 @@ module.exports = function(kibana) {
canvas(kibana),
infra(kibana),
taskManager(kibana),
siem(kibana),
uptime(kibana),
encryptedSavedObjects(kibana),
actions(kibana),
Expand Down

0 comments on commit 3115da0

Please sign in to comment.