Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 70a9bf7

Browse files
authored
Merge pull request #1 from jukeizu/dev
notification server
2 parents 2ee4e68 + 1062cb2 commit 70a9bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/birthday/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewService(birthdayStorage BirthdayStorage, client schedulingclient.Schedul
2929
}
3030

3131
func (s *service) Set(request SetBirthdayRequest) error {
32-
err := s.Remove(request.UserId, request.ServerId)
32+
err := s.Remove(request.UserId, s.Config.NotificationServer)
3333

3434
if err != nil {
3535
return err

0 commit comments

Comments
 (0)