(state, interactiveSession)
| 51 | }, |
| 52 | |
| 53 | addInteractiveSession (state, interactiveSession) { |
| 54 | state.interactiveSession = interactiveSession |
| 55 | }, |
| 56 | |
| 57 | addInteractiveSessionsForClassroom (state, { classroomId, sessions }) { |
| 58 | Vue.set(state.interactiveSessionsByClassroom[classroomId], 'sessions', sessions) |
nothing calls this directly
no outgoing calls
no test coverage detected