()
| 49 | } |
| 50 | |
| 51 | export const syncBuiltinSkills = async () => { |
| 52 | return apiAdminPost(`${BASE_URL}/builtin/sync`) |
| 53 | } |
| 54 | |
| 55 | export const getSkillTree = async (slug) => { |
| 56 | return apiGet(`${BASE_URL}/${encodeURIComponent(slug)}/tree`) |
nothing calls this directly
no test coverage detected