({ userID }, options)
| 103 | }, |
| 104 | |
| 105 | getLevelSessions ({ userID }, options) { |
| 106 | if (options == null) { options = {} } |
| 107 | return fetchJson(`/db/user/${userID}/level.sessions`, _.merge({}, options)) |
| 108 | }, |
| 109 | |
| 110 | resetProgress ({ userID }, options) { |
| 111 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected