Skip to content

Commit

Permalink
ignoring numeral type error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 6, 2020
1 parent cb0da81 commit c4f6d3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

import { isEqual } from 'lodash';
// @ts-ignore
import numeral from '@elastic/numeral';
import { ml } from '../../../../services/ml_api_service';
import { AnalysisResult, InputOverrides } from '../../../../../../common/types/file_datavisualizer';
Expand Down

0 comments on commit c4f6d3a

Please sign in to comment.