(userId)
| 44 | }, |
| 45 | |
| 46 | fetchOnlineTeacherInfo (userId) { |
| 47 | return fetchJson(`/db/online-teachers/${userId}`) |
| 48 | }, |
| 49 | |
| 50 | putOnlineTeacherInfo (_id, data) { |
| 51 | return fetchJson(`/db/online-teachers/${_id}`, { method: 'PUT', json: data }) |
nothing calls this directly
no outgoing calls
no test coverage detected