(input)
| 90 | }, |
| 91 | |
| 92 | toAutoClassifierInput(input) { |
| 93 | return input.team_name |
| 94 | }, |
| 95 | |
| 96 | async validateInput(input, _context) { |
| 97 | if (!input.team_name || input.team_name.trim().length === 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected