(queryKey: QueryKey, projectId?: string)
| 76 | queryKey: queryKeys.tasks.detail(taskId), |
| 77 | exact: true, |
| 78 | }) |
| 79 | queryClient.removeQueries({ |
| 80 | queryKey: queryKeys.tasks.body(taskId), |
| 81 | exact: true, |
| 82 | }) |
| 83 | |
| 84 | return snapshots |
| 85 | } |
no outgoing calls
no test coverage detected