diff --git a/chat.go b/chat.go index 93a27d2..6a704b8 100644 --- a/chat.go +++ b/chat.go @@ -143,8 +143,6 @@ func (c *ChatAPI) SendRaw(ctx context.Context, msg []byte) ([]byte, error) { } case <-ctx.Done(): return nil, ctx.Err() - default: - // still waiting, do nothing } } }