(classroomID, options)
| 2 | |
| 3 | module.exports = { |
| 4 | fetchForClassroomMembers (classroomID, options) { |
| 5 | return fetchJson(`/db/classroom/${classroomID}/member-ai-projects`, _.merge({}, options, { |
| 6 | method: 'GET' |
| 7 | })) |
| 8 | }, |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected