(options)
| 40 | }, |
| 41 | |
| 42 | fetchChangeLog (options) { |
| 43 | if (options == null) { options = {} } |
| 44 | return fetchJson('/db/course/change-log', options) |
| 45 | }, |
| 46 | |
| 47 | getAllClassroomLevels (options) { |
| 48 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected