Skip to content

Commit

Permalink
feat: extract management code
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhoue-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Jun 19, 2023
1 parent c8287e6 commit 526c28e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/saved_objects_management/server/routes/find.ts
Expand Up @@ -64,9 +64,6 @@ export const registerFindRoute = (
fields: schema.oneOf([schema.string(), schema.arrayOf(schema.string())], {
defaultValue: [],
}),
workspaces: schema.maybe(
schema.oneOf([schema.string(), schema.arrayOf(schema.string())])
),
}),
},
},
Expand Down

0 comments on commit 526c28e

Please sign in to comment.