Skip to content

Commit

Permalink
Remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed May 12, 2020
1 parent d6f416e commit 3a2f86d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export interface FrameworkAdapter {
sectionId: string;
appId: string;
name: string;
basePath: string;
visable?: boolean;
order?: number;
mount: RegisterManagementAppArgs['mount'];
}): void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ export class KibanaFrameworkAdapter implements FrameworkAdapter {
sectionId: string;
appId: string;
name: string;
basePath: string;
visable?: boolean;
order?: number;
mount: RegisterManagementAppArgs['mount'];
}) {
Expand Down

0 comments on commit 3a2f86d

Please sign in to comment.