()
| 150 | } |
| 151 | |
| 152 | isAPIClient () { |
| 153 | const needle = this.constructor.PERMISSIONS.API_CLIENT |
| 154 | return this.get('permissions', true).includes(needle) |
| 155 | } |
| 156 | |
| 157 | isBetaTester () { |
| 158 | const needle = this.constructor.PERMISSIONS.BETA_TESTER |
no test coverage detected