mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-19 08:05:16 +00:00
Fix typo
This commit is contained in:
@ -261,7 +261,7 @@ export abstract class BaseRequestsHandler implements AbstractUserConnectionConta
|
||||
const friendID = await this.postUserId(name);
|
||||
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user