From fad21381ed3950a1ac97e3d96cd0747c1b96d257 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 5 Feb 2021 15:15:09 +0100 Subject: [PATCH] Fix compilation issue --- src/helpers/notifications_helper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/notifications_helper.rs b/src/helpers/notifications_helper.rs index d109a85..a4f06a4 100644 --- a/src/helpers/notifications_helper.rs +++ b/src/helpers/notifications_helper.rs @@ -239,7 +239,7 @@ pub fn delete(notification: &PartialNotification) -> ResultBoxError { // TODO : Send a notification (updated_number_conversations) - OK(()) + Ok(()) } /// Delete all the notifications of a given user