Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavaggarwal2308 committed Jul 23, 2024
1 parent 3860987 commit e6fd92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ func (p *Plugin) getUniqueTeamsWithWelcomeMsgSlice(teamsWithConfigWelcomeMsg map
}
teamsWithKVWelcomeKeys = append(teamsWithKVWelcomeKeys, team.Name)
}

allTeamNames := slices.Concat(teamsWithConfigWelcomeKeys, teamsWithKVWelcomeKeys)

Check failure on line 536 in server/command.go

View workflow job for this annotation

GitHub Actions / plugin-ci / test

undefined: slices.Concat

Check failure on line 536 in server/command.go

View workflow job for this annotation

GitHub Actions / plugin-ci / test

undefined: slices.Concat

// Leverage the unique priniciple of keys in a map to store unique values as they are encountered
Expand Down

0 comments on commit e6fd92c

Please sign in to comment.