1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00

Remove useless todo

This commit is contained in:
Pierre HUBERT 2020-03-30 14:47:34 +02:00
parent 587f482736
commit 3e9cd74f5e

View File

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