Skip to content

Commit

Permalink
Merge branch 'main' into dns-ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc authored Apr 6, 2023
2 parents 84c7d2a + 595c6e0 commit 3164b53
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 3164b53

Please sign in to comment.