mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Fix typo
This commit is contained in:
parent
ee31359323
commit
07f6622aca
@ -261,7 +261,7 @@ export abstract class BaseRequestsHandler implements AbstractUserConnectionConta
|
|||||||
const friendID = await this.postUserId(name);
|
const friendID = await this.postUserId(name);
|
||||||
|
|
||||||
if(!await FriendsHelper.AreFriend(this.getUserId(), friendID))
|
if(!await FriendsHelper.AreFriend(this.getUserId(), friendID))
|
||||||
this.error(401, "You are not friend with this personn!");
|
this.error(401, "You are not friend with this person!");
|
||||||
|
|
||||||
return friendID;
|
return friendID;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user