()
| 900 | } |
| 901 | |
| 902 | hasAiLeagueActiveProduct () { |
| 903 | return this.activeProducts('esports').length > 0 |
| 904 | } |
| 905 | |
| 906 | prepaidNumericalCourses () { |
| 907 | const courseProducts = this.activeProducts('course') |
nothing calls this directly
no test coverage detected