(err error, team string)
| 26 | } |
| 27 | |
| 28 | func emptyTeam(err error, team string) bool { |
| 29 | return err == nil && team == "" |
| 30 | } |
| 31 | |
| 32 | // GetTeamForToken returns the team for the given token |
| 33 | // If the token is a bearer token, we need to get the team from the configuration. |