Skip to content

Commit

Permalink
one more tslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 9, 2020
1 parent e8a5bd4 commit 526d120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class ESTermSource extends AbstractESAggSource {
}
return {
...normalizedDescriptor,
term: descriptor.term,
term: descriptor!.term,
type: SOURCE_TYPES.ES_TERM_SOURCE,
};
}
Expand Down

0 comments on commit 526d120

Please sign in to comment.