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 6bbeeaa commit 03d3582
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'] },
{
category: '_type',
field: '_type',
values: ['_doc'],
originalValue: ['_doc'],
isObjectArray: false,
},
{
category: '_id',
field: '_id',
Expand Down

0 comments on commit 03d3582

Please sign in to comment.