Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Apr 30, 2020
1 parent 5bbb9fc commit dd93b11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/ingest_pipelines/server/routes/api/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
import { schema } from '@kbn/config-schema';

import { Pipeline } from '../../../common/types';
import { API_BASE_PATH } from '../../../common/constants';
import { RouteDependencies } from '../../types';

Expand Down Expand Up @@ -36,7 +35,6 @@ export const registerUpdateRoute = ({
license.guardApiRoute(async (ctx, req, res) => {
const { callAsCurrentUser } = ctx.core.elasticsearch.dataClient;
const { name } = req.params;

const { description, processors, version, on_failure } = req.body;

try {
Expand Down

0 comments on commit dd93b11

Please sign in to comment.