Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/fleet/common/types/domain_data.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: John Schulz <[email protected]>
  • Loading branch information
nchaulet and jfsiii authored Oct 17, 2019
1 parent 23fe945 commit 04a15fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/fleet/common/types/domain_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export type PolicyUpdatedEvent =
| {
type: 'created';
policyId: string;
paylod: any;
payload: any;
}
| {
type: 'updated';
Expand Down

0 comments on commit 04a15fd

Please sign in to comment.