Skip to content

Commit

Permalink
Adding types
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed May 8, 2024
1 parent 365e3f2 commit 0b955fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,5 @@ export const buildAggregation = ({
}
}

return aggContainer.aggs ?? { aggs: {} };
return aggContainer.aggs ?? {};
};

0 comments on commit 0b955fe

Please sign in to comment.