fix(qq): remove conflict artifact in send path

This commit is contained in:
Sakurapainting 2026-04-02 08:48:14 +08:00
parent b3b2775af3
commit bbbd4a9791

View file

@ -364,7 +364,6 @@ func (c *QQChannel) Send(ctx context.Context, msg bus.OutboundMessage) ([]string
"error": err.Error(), "error": err.Error(),
}) })
return nil, fmt.Errorf("qq send: %w", channels.ErrTemporary) return nil, fmt.Errorf("qq send: %w", channels.ErrTemporary)
)
} }
if sentMsg == nil { if sentMsg == nil {