Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Oct 13, 2021
1 parent 0c4d764 commit db9e143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/server/routes/setup/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import type { GetFleetStatusResponse, PostFleetSetupResponse } from '../../../co
import { setupFleet } from '../../services/setup';
import { hasFleetServers } from '../../services/fleet_server';
import { defaultIngestErrorHandler } from '../../errors';
import { upgradeManagedPackagePolicies } from '../../services/managed_package_policies';

export const getFleetStatusHandler: RequestHandler = async (context, request, response) => {
try {
Expand Down

0 comments on commit db9e143

Please sign in to comment.