()
| 42 | const router = useRouter(); |
| 43 | const client = useQueryClient(); |
| 44 | const getBootData = () => client.getQueryData<Boot>(BOOT_QUERY_KEY); |
| 45 | |
| 46 | const addSquad = (squad: Squad) => { |
| 47 | const bootData = getBootData(); |
no outgoing calls
no test coverage detected