Skip to content

Commit

Permalink
chore: remove rundown invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
asharonbaltazar committed Nov 13, 2024
1 parent 9a76385 commit ffa7240
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/client/src/common/hooks/useEventAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,6 @@ export const useEventAction = () => {
*/
const _toggleFreezeEvents = useMutation({
mutationFn: requestToggleRundownFreeze,
onSettled: () => {
queryClient.invalidateQueries({ queryKey: RUNDOWN });
},
});

/**
Expand Down

0 comments on commit ffa7240

Please sign in to comment.