mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 05:54:53 +00:00
refactor(ui): useZustandShallowSelector
This commit is contained in:
@@ -41,6 +41,7 @@ func (s *certificateService) InitSchedule(ctx context.Context) error {
|
||||
return
|
||||
}
|
||||
msg := buildMsg(certs)
|
||||
// TODO: 空指针 Bug
|
||||
if err := notify.SendToAllChannels(msg.Subject, msg.Message); err != nil {
|
||||
app.GetApp().Logger().Error("failed to send expire soon certificate", "err", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user