(model)
| 69 | } |
| 70 | |
| 71 | constructor (model) { |
| 72 | super() |
| 73 | this.url = `/db/user/${me.id}/level.sessions?project=state.complete,levelID,state.difficulty,playtime,state.topScores,codeLanguage,level` |
| 74 | } |
| 75 | } |
| 76 | LevelSessionsCollection.initClass() |
| 77 |
nothing calls this directly
no outgoing calls
no test coverage detected