mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-25 18:42:07 +01:00
Report proper error messages when filter is wrong project or wrong team
This commit is contained in:
@@ -21,6 +21,7 @@ class Projects (
|
||||
)
|
||||
|
||||
def teamById(id: String): Team = teamsById(id)
|
||||
def getTeamById(id: String): Option[Team] = teamsById.get(id)
|
||||
|
||||
def teamSet: Set[Team] = teamsById.values.toSet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user