Skip to content

Commit

Permalink
Fix type check again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Mar 9, 2020
1 parent e0815d2 commit f9d4c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const getCurrentValueFromAggregations = (aggregations: Aggregation) => {
};

const getParsedFilterQuery: (
filterQuery: string | Record<string, any>
filterQuery: string | undefined
) => Record<string, any> = filterQuery => {
if (!filterQuery) return {};
try {
Expand Down

0 comments on commit f9d4c0d

Please sign in to comment.