Skip to content

Commit

Permalink
removed unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Jan 16, 2025
1 parent e023b9c commit 76d523d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/hooks/useQueryResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@ export const useFetchCount = () => {
endTime: timeRange.endTime,
access: [],
};
const {
// isLoading: isCountLoading,
// isRefetching: isCountRefetching,
refetch: refetchCount,
} = useQuery(
const { refetch: refetchCount } = useQuery(
['fetchCount', logsQuery],
async () => {
setCountLoading(true);
Expand Down

0 comments on commit 76d523d

Please sign in to comment.