Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Mar 2, 2021
1 parent f56c55c commit 68392b7
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,13 @@ const EXPECTED_DATA = [
originalValue: ['filebeat-7.0.0-iot-2019.06'],
isObjectArray: false,
},
{ category: '_type', field: '_type', values: ['_doc'], originalValue: ['_doc'], isObjectArray: false },
{
category: '_type',
field: '_type',
values: ['_doc'],
originalValue: ['_doc'],
isObjectArray: false,
},
{
category: '_id',
field: '_id',
Expand Down

0 comments on commit 68392b7

Please sign in to comment.