Skip to content

Commit

Permalink
Undo accidentally commited change
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Aug 24, 2020
1 parent 2a091d3 commit 2ef14f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function buildSearchBody(id: string, indexPattern: IndexPattern): Record<
stored_fields: computedFields.storedFields,
_source: true,
script_fields: computedFields.scriptFields,
fields: computedFields.docvalueFields,
docvalue_fields: computedFields.docvalueFields,
};
}

Expand Down

0 comments on commit 2ef14f6

Please sign in to comment.