Skip to content

Commit

Permalink
Fix more types issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Jun 3, 2023
1 parent ea49cfd commit c6cb807
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,5 @@ const mockOptions = (algorithm: 'v2' | 'zdt' = 'v2') => {
},
client: mockedClient,
docLinks: docLinksServiceMock.createSetupContract(),
nodeRoles: { backgroundTasks: true, ui: true, migrator: true },
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export interface KibanaMigratorOptions {
logger: Logger;
docLinks: DocLinksServiceStart;
waitForMigrationCompletion: boolean;
nodeRoles: NodeRoles;
}

/**
Expand Down

0 comments on commit c6cb807

Please sign in to comment.