| 522 | promises.push(this.playersBelow.fetch({ cache: false })) |
| 523 | } |
| 524 | let success = myRank => { |
| 525 | this.myRank = myRank |
| 526 | } |
| 527 | let loadURL = `/db/level/${this.level.get('original')}/rankings/${this.session.id}?scoreOffset=${score}&team=${this.team}&levelSlug=${this.level.get('slug')}` |
| 528 | if (this.league) { loadURL += '&leagues.leagueID=' + this.league.id } |
| 529 | if (this.tournamentId != null) { |
nothing calls this directly
no outgoing calls
no test coverage detected