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); }