Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed May 19, 2021
1 parent e8f26a1 commit 8dd44fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ describe('Package policy service', () => {
},
],
} as unknown) as PackageInfo,
{},
[
{
type: 'log',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@ export class EndpointDocGenerator extends BaseDataGenerator {
*/
public generateEpmPackage(): GetPackagesResponse['response'][0] {
return {
id: this.seededUUIDv4(),
name: 'endpoint',
title: 'Elastic Endpoint',
version: '0.5.0',
Expand Down

0 comments on commit 8dd44fa

Please sign in to comment.