(userId, options)
| 239 | })) |
| 240 | }, |
| 241 | getLowUsageData (userId, options) { |
| 242 | return fetchJson(`/db/users/${userId}/low-usage-data`, options) |
| 243 | }, |
| 244 | |
| 245 | fetchClassNamesForUser (ids) { |
| 246 | return fetchJson('/db/users/classroom-names', { |
nothing calls this directly
no outgoing calls
no test coverage detected