()
| 4 | export const deploymentConfigQueryKey = ["deployment", "config"]; |
| 5 | |
| 6 | export const deploymentConfig = () => { |
| 7 | return { |
| 8 | queryKey: deploymentConfigQueryKey, |
| 9 | queryFn: API.getDeploymentConfig, |
| 10 | staleTime: Number.POSITIVE_INFINITY, |
| 11 | }; |
| 12 | }; |
| 13 | |
| 14 | export const deploymentDAUs = () => { |
| 15 | return { |
no outgoing calls
no test coverage detected