refactor: clean code

This commit is contained in:
Fu Diwei
2025-04-26 21:27:53 +08:00
parent 3be70c3696
commit 609a252ee0
11 changed files with 49 additions and 67 deletions

View File

@@ -30,6 +30,7 @@ func NewNotifier(config *NotifierConfig) (*NotifierProvider, error) {
return &NotifierProvider{
config: config,
logger: slog.Default(),
}, nil
}