Skip to content

Commit

Permalink
oops, one of those expressions was a little off heh
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed Aug 31, 2023
1 parent 4e916f6 commit fadf8a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export const createLifecycleExecutor =
},
},
// if index provided, must be an update, so wrap in a { doc: {} }
...(indexName ? { doc: event } : event),
indexName ? { doc: event } : event,
]),
refresh: 'wait_for',
});
Expand Down

0 comments on commit fadf8a7

Please sign in to comment.