Code formatiert
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ReallifeGamemode.DataService.Controllers
|
||||
{
|
||||
User user = dbContext.Users.Where(u => u.Id == UserId).FirstOrDefault();
|
||||
|
||||
if(user == null)
|
||||
if (user == null)
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user