Skip to content

Commit

Permalink
Fix typechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Mar 21, 2023
1 parent 0524509 commit 0e19d9a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ import { random } from 'lodash';
import expect from '@kbn/expect';
import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
import TaskManagerMapping from '@kbn/task-manager-plugin/server/saved_objects/mappings.json';
import { DEFAULT_POLL_INTERVAL } from '@kbn/task-manager-plugin/server/config';
import { ConcreteTaskInstance, BulkUpdateTaskResult } from '@kbn/task-manager-plugin/server';
import { FtrProviderContext } from '../../ftr_provider_context';

const {
task: { properties: taskManagerIndexMapping },
} = TaskManagerMapping;

const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));

export interface RawDoc {
_id: string;
_source: any;
Expand Down

0 comments on commit 0e19d9a

Please sign in to comment.