Skip to content

Commit 36dd212

Browse files
committed
fix bad merge
1 parent 3e4a3fe commit 36dd212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/task_manager/task_store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ function taskDocToRaw(doc: ConcreteTaskInstance, store: TaskStore): RawTaskDoc {
435435

436436
return {
437437
_id: doc.id,
438-
_index: index,
438+
_index: store.index,
439439
_source: { type, task, kibana },
440440
_seq_no: doc.sequenceNumber,
441441
_primary_term: doc.primaryTerm,

0 commit comments

Comments
 (0)