()
| 554 | } |
| 555 | |
| 556 | export function useInvalidateActivityQuery() { |
| 557 | return useCallback((queryKey: readonly unknown[]) => { |
| 558 | invalidateActivityQuery(queryKey) |
| 559 | }, []) |
| 560 | } |
| 561 | |
| 562 | /** |
| 563 | * Reset the activity query cache (mainly for testing). |
nothing calls this directly
no test coverage detected