mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Remove useless todo
This commit is contained in:
parent
587f482736
commit
3e9cd74f5e
@ -37,8 +37,6 @@ export class NotificationsController {
|
|||||||
if(h.postBool("friends_request", false))
|
if(h.postBool("friends_request", false))
|
||||||
data["friends_requests"] = await FriendsHelper.CountRequests(h.getUserId());
|
data["friends_requests"] = await FriendsHelper.CountRequests(h.getUserId());
|
||||||
|
|
||||||
// TODO : add pending calls
|
|
||||||
|
|
||||||
h.send(data);
|
h.send(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user