Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kajetan Nobel <k.nobel@routegroup.pl>
  • Loading branch information
kajetan-nobel committed Jul 18, 2023
1 parent 87d40fa commit c38d4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/auth/types/authentication_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ export abstract class AuthenticationType implements IAuthenticationType {
request: OpenSearchDashboardsRequest
): any;
public abstract init(): Promise<void>;
}
}
2 changes: 1 addition & 1 deletion server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ export class SecurityPlugin implements Plugin<SecurityPluginSetup, SecurityPlugi
}

public stop() {}
}
}

0 comments on commit c38d4cc

Please sign in to comment.