(userID)
| 24 | } |
| 25 | |
| 26 | constructor (userID) { |
| 27 | super() |
| 28 | this.url = `/db/user/${userID}/level.sessions?project=state.complete,levelID,levelName,changed,team,codeLanguage,submittedCodeLanguage,totalScore&order=-1` |
| 29 | } |
| 30 | } |
| 31 | LevelSessionsCollection.initClass() |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected