Replace the team_key field in an org with JUST team_keys #236
Labels
code organization / reduce tech debt
Complexity - 3 Large
Issue estimated to require a significant amount of dev effort, potentially broken into sub-issues.
Importance - 1 Low
A low-impact issue, e.g. visual improvement or nice-to-have feature.
It's a pain in the butt to have two fields, team_key and team_keys, and checking for the existence of either in every spot where it's necessary. The code would be much simpler to just have team_keys, and require that the array have a length of at least 1.
The text was updated successfully, but these errors were encountered: