Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Aug 29, 2024
1 parent 6dbd810 commit 423d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/plugins/protect/src/js/hooks/use-fixers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import useScanStatusQuery from '../data/scan/use-scan-status-query';
* @return {object} Fixers object
*/
export default function useFixers() {
const queryClient = useQueryClient();
const { data: status } = useScanStatusQuery();
const fixersMutation = useFixersMutation();
const queryClient = useQueryClient();
const { data: fixersStatus } = useFixersQuery( {
threatIds: status.fixableThreats,
usePolling: true,
Expand Down

0 comments on commit 423d69f

Please sign in to comment.