()
| 10 | }); |
| 11 | |
| 12 | export const userChatDebugLogging = () => ({ |
| 13 | queryKey: userChatDebugLoggingKey, |
| 14 | queryFn: () => API.experimental.getUserChatDebugLogging(), |
| 15 | }); |
| 16 | |
| 17 | export const updateChatDebugLogging = (queryClient: QueryClient) => ({ |
| 18 | mutationFn: API.experimental.updateChatDebugLogging, |
no test coverage detected