mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Completed the development of tests for FriendsController
This commit is contained in:
@@ -88,7 +88,7 @@ public class FriendsController : Controller
|
||||
catch (InvalidOperationException ex)
|
||||
{
|
||||
_logger.LogError(ex, ex.Message);
|
||||
return BadRequest(new { error = "Failed to get friend requests. User data missing." });
|
||||
return BadRequest("Failed to get friend requests. User data missing.");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user