Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jan 27, 2022
1 parent eb11e83 commit 7f349f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '../../common/schemas';

export const createActionRequestBodySchema = t.type({
agentSelection,
agentSelection,
query,
saved_query_id: savedQueryIdOrUndefined,
ecs_mapping: ecsMappingOrUndefined,
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/osquery/public/live_queries/form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const LiveQueryFormComponent: React.FC<LiveQueryFormProps> = ({
options: {
stripEmptyFields: false,
},
serializer: ({ savedQueryId, ...formData }) =>
serializer: ({ savedQueryId, ...formData }) =>
pickBy({ ...formData, saved_query_id: savedQueryId }, (value) => !isEmpty(value)),
defaultValue: deepMerge(
{
Expand Down
7 changes: 0 additions & 7 deletions x-pack/plugins/osquery/server/lib/telemetry/insights/index.ts

This file was deleted.

82 changes: 0 additions & 82 deletions x-pack/plugins/osquery/server/lib/telemetry/insights/insights.ts

This file was deleted.

0 comments on commit 7f349f1

Please sign in to comment.