Skip to content

Commit

Permalink
Remove unncessary extend and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun48 committed Jan 7, 2025
1 parent 79a6a54 commit 47a0244
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/app/views/issueList/queries/useFetchIssueCounts.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import type {PageFilters} from 'sentry/types/core';
import type {ApiQueryKey, UseApiQueryOptions} from 'sentry/utils/queryClient';
import {useApiQuery} from 'sentry/utils/queryClient';
import type {QueryCounts} from 'sentry/views/issueList/utils';

// Copied from CountEndpointParams in overview.tsx
interface FetchIssueCountsParameters extends Partial<PageFilters['datetime']> {
interface FetchIssueCountsParameters {
environment: string[];
orgSlug: string;
project: number[];
Expand Down

0 comments on commit 47a0244

Please sign in to comment.