Skip to content

Commit

Permalink
Update statuses.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <rod@vagg.org>
  • Loading branch information
hannahhoward and rvagg committed May 11, 2022
1 parent 4f51672 commit 1601129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statuses.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (
)

func (s Status) IsAccepted() bool {
return s != Requested && s != Cancelled && s != Cancelling && s != Failed && s != Failing
return s != Requested && s != Cancelled && s != Cancelling && s != Failed && s != Failing && s != ChannelNotFoundError
}

func (s Status) IsResponderPaused() bool {
Expand Down

0 comments on commit 1601129

Please sign in to comment.