Skip to content

Commit

Permalink
Remove unused, unset property from FieldMap
Browse files Browse the repository at this point in the history
It does not appear that this value was ever being set, nor does this
value appear in ECS' flat output, so I'm removing it for now to keep our
types as accurate as possible.
  • Loading branch information
rylnd committed Jan 14, 2022
1 parent ba8b93d commit c113d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/rule_registry/common/field_map/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface FieldMap {
type: string;
required?: boolean;
array?: boolean;
path?: string;
scaling_factor?: number;
};
}

0 comments on commit c113d26

Please sign in to comment.