mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-18 06:03:42 +08:00
🔖 chore: Remove invalid code
This commit is contained in:
@@ -25,7 +25,7 @@ func (e *Email) Name() string {
|
||||
return "Email"
|
||||
}
|
||||
|
||||
func (e *Email) Send(ctx context.Context, title, message string) error {
|
||||
func (e *Email) Send(_ context.Context, title, message string) error {
|
||||
to := e.To
|
||||
if to == "" {
|
||||
to = config.RootUserEmail
|
||||
|
||||
Reference in New Issue
Block a user