Skip to content

Commit 7d0f16f

Browse files
committed
Temporarily fix TS error in EndpointDocGenerator
1 parent 06459ae commit 7d0f16f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/plugins/security_solution/common/endpoint/generate_data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,8 @@ export class EndpointDocGenerator extends BaseDataGenerator {
19211921
status: status(),
19221922
},
19231923
},
1924-
},
1924+
// TODO:PT refactor to use EndpointPolicyResponse Generator
1925+
} as HostPolicyResponse['Endpoint']['policy']['applied']['response'],
19251926
artifacts: {
19261927
global: {
19271928
version: '1.4.0',

0 commit comments

Comments
 (0)