Skip to content

Commit

Permalink
[asset_manager] Fix linting after bad merge (#154540)
Browse files Browse the repository at this point in the history
Fix linting error introduced by
#153730
  • Loading branch information
miltonhultgren authored Apr 6, 2023
1 parent 8c2ff54 commit 595c6e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x-pack/plugins/asset_manager/server/routes/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ export function assetsRoutes<T extends RequestHandlerContext>({ router }: SetupR
);

// GET /assets/diff
const assetType = schema.oneOf([
schema.literal('k8s.pod'),
schema.literal('k8s.cluster'),
schema.literal('k8s.node'),
]);

const getAssetsDiffQueryOptions = schema.object({
aFrom: schema.string(),
aTo: schema.string(),
Expand Down

0 comments on commit 595c6e0

Please sign in to comment.