mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
small fix
This commit is contained in:
@@ -33,8 +33,7 @@ public class FriendshipService : IFriendshipService
|
||||
}
|
||||
catch (NotFoundByKeyException<(string, Guid)> ex)
|
||||
{
|
||||
throw new SearchUsersException(
|
||||
$"Users with given query: \"{query}\" for user with id {currentId} was not found", ex);
|
||||
return [];
|
||||
}
|
||||
catch (NotFoundByKeyException<Guid> ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user