Skip to content

Commit

Permalink
fixed broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 24, 2020
1 parent 7b89039 commit 28d29f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/server/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface ActionResult {
name: string;
// This will have to remain `any` until we can extend Action Executors with generics
// eslint-disable-next-line @typescript-eslint/no-explicit-any
config: Record<string, any>;
config?: Record<string, any>;
isPreconfigured: boolean;
}

Expand Down

0 comments on commit 28d29f7

Please sign in to comment.