diff --git a/src/service/notification.rs b/src/service/notification.rs index 08418a19e0d6df8b27cc8cfa39abc8d59aaed4ee..eb68b4df5006e37dd78a545047c591204d0145ab 100644 --- a/src/service/notification.rs +++ b/src/service/notification.rs @@ -94,7 +94,7 @@ impl NotificationService { .unwrap(); } - pub fn receive_notification(payload: Notification) -> Result<Notificition> { + pub fn receive_notification(payload: Notification) -> Result<Notification> { let subscriber_result: Notification = NotificationRepository::add(payload); return Ok(subscriber_result); }