Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Aug 14, 2024
1 parent 3da6c68 commit dd6fad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export interface SnapshotTermsWithAggregation {
export type MetricsUIAggregation = Record<string, estypes.AggregationsAggregate>;

export const hasAggregations = (
aggregations?: Record<string, estypes.AggregationsAggregate>,
aggregations?: Record<string, estypes.AggregationsAggregate>
): aggregations is Record<string, estypes.AggregationsAggregate> => {
return !!(aggregations as Record<string, estypes.AggregationsAggregate>);
};
Expand Down

0 comments on commit dd6fad0

Please sign in to comment.