Ovozli xabarlarni chiqarish funksiyasi qo'shildi va test email manzili yangilandi.

This commit is contained in:
A'zamov Samandar
2025-04-25 11:25:15 +05:00
parent fbd002d8d4
commit 130f03f973
2 changed files with 2 additions and 1 deletions

View File

@@ -48,5 +48,6 @@ func (n *notificationConsumer) Handler(notification domain.NotificationMsg) {
case "email":
ntf = notifier.NewEmailNotifier()
}
fmt.Println(notification.Message)
ntf.SendMessage(notification.To, notification.Message)
}