Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 60a0e7b

Browse files
committed
Remove TODO
1 parent 2ebc94e commit 60a0e7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/teams.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func CanRoleReadTeam(role keybase1.TeamRole) bool {
2424
// GetAllTeams makes an API call and returns list of team names readable for
2525
// current user.
2626
func GetAllTeams(api *kbchat.API) (teams []string, err error) {
27-
// TODO: dedup with same method in keybaseca/bot
2827
memberships, err := api.ListUserMemberships(api.GetUsername())
2928
if err != nil {
3029
return teams, err

0 commit comments

Comments
 (0)