Skip to content

Commit

Permalink
Update vis.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Apr 14, 2021
1 parent 9786e3a commit c2e0ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/vis_type_timeseries/server/routes/vis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import { schema } from '@kbn/config-schema';
import { ensureNoUnsafeProperties } from '@kbn/std';
import { getVisData } from '../lib/get_vis_data';
import { visPayloadSchema } from '../../common/vis_schema';
import { ROUTES } from '../../common/constants';
import { Framework } from '../plugin';
import type { VisTypeTimeseriesRouter } from '../types';
Expand Down

0 comments on commit c2e0ccc

Please sign in to comment.