Skip to content

Commit

Permalink
Improve helper Suspended
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 28, 2024
1 parent 9fee0e5 commit dd77c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pachca.go
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ func (u Users) Invited() Users {
var result Users

for _, uu := range u {
if uu.InviteStatus == INVITE_SENT {
if !uu.IsBot && uu.InviteStatus == INVITE_SENT {
result = append(result, uu)
}
}
Expand Down

0 comments on commit dd77c58

Please sign in to comment.