Skip to content

Commit

Permalink
fix(serverSecurity): remove unused type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Dec 10, 2024
1 parent 2a69f36 commit 80ef166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/wazuh-core/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { ServerDataProps } from './services/http/ui/components/types';
import { DashboardSecurity } from './utils/dashboard-security';

export interface WazuhCorePluginSetup {
// hooks: { useDockedSideNav: () => boolean };
utils: { formatUIDate: (date: Date) => string };
API_USER_STATUS_RUN_AS: API_USER_STATUS_RUN_AS;
configuration: Configuration;
Expand Down

0 comments on commit 80ef166

Please sign in to comment.