🔖 chore: Remove invalid code

This commit is contained in:
MartialBE
2024-05-29 04:38:56 +08:00
parent b5a4283b28
commit 021f8c65da
43 changed files with 46 additions and 341 deletions

View File

@@ -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