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

Fix missing check

This commit is contained in:
Pierre HUBERT 2020-07-09 13:30:30 +02:00
parent 248a6fda84
commit c9646f8b30

View File

@ -55,6 +55,7 @@ export class FriendsHelper {
table: FRIENDS_TABLE,
where: {
autoriser_post_page: 1,
actif: 1,
ID_amis: userID
},
fields: ["ID_personne as user_id"]