Skip to content

Commit

Permalink
fix silly
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun48 committed Jan 7, 2025
1 parent 60b3d65 commit 810952f
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
Expand Up @@ -21,9 +21,7 @@ export const makeFetchIssueCounts = ({
}: FetchIssueCountsParameters): ApiQueryKey => [
`/organizations/${orgSlug}/issues-count/`,
{
query: {
...requestParams,
},
query: requestParams,
},
];

Expand Down

0 comments on commit 810952f

Please sign in to comment.