Skip to content

Commit

Permalink
TimeBuckets typo + remove unnecessary // @ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Dec 10, 2019
1 parent 6e90b77 commit 471c801
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const mockContextValue = {
docLinks: docLinksServiceMock.createStartContract(),
chrome: chromeServiceMock.createStartContract(),
legacy: {
TimeBuckets: class MockTimeBuckes {
TimeBuckets: class MockTimeBuckets {
setBounds(_domain: any) {
return {};
}
Expand Down
1 change: 0 additions & 1 deletion x-pack/legacy/plugins/watcher/public/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { i18n } from '@kbn/i18n';
import { npSetup, npStart } from 'ui/new_platform';
import routes from 'ui/routes';
import { management, MANAGEMENT_BREADCRUMB } from 'ui/management';
// @ts-ignore
import { TimeBuckets } from 'ui/time_buckets';
// @ts-ignore
import { xpackInfo } from 'plugins/xpack_main/services/xpack_info';
Expand Down

0 comments on commit 471c801

Please sign in to comment.