Skip to content

Commit

Permalink
minor comment addition for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxx committed Jun 12, 2024
1 parent fc7811a commit d2f6889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/matching/tasklist/matcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func (tm *TaskMatcher) ratelimit(ctx context.Context) error {
// in either case, this is returned immediately.
return ErrTasklistThrottled
}
return err
return err // nil if success, non-nil if canceled
}

func (tm *TaskMatcher) isForwardingAllowed() bool {
Expand Down

0 comments on commit d2f6889

Please sign in to comment.