Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabelluccini committed Aug 22, 2024
1 parent 1d53ea8 commit f364626
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
useStartServices,
useLink,
} from '../../../../hooks';
import { RequestDiagnosticExclude } from '../../../../../../../common/types/rest_spec/agent';

interface Props {
onClose: () => void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ describe('request diagnostics handler', () => {
});
});
});

// TODO Add test

0 comments on commit f364626

Please sign in to comment.