From 3e9cd74f5ed748b70ff390a5b4d0879b147b8683 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 30 Mar 2020 14:47:34 +0200 Subject: [PATCH] Remove useless todo --- src/controllers/NotificationsController.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controllers/NotificationsController.ts b/src/controllers/NotificationsController.ts index 15576c6..fe64c75 100644 --- a/src/controllers/NotificationsController.ts +++ b/src/controllers/NotificationsController.ts @@ -37,8 +37,6 @@ export class NotificationsController { if(h.postBool("friends_request", false)) data["friends_requests"] = await FriendsHelper.CountRequests(h.getUserId()); - // TODO : add pending calls - h.send(data); }