Skip to content

Commit 10d6596

Browse files
committed
removing invalid code that i added on accident
1 parent d269b71 commit 10d6596

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BlazingPizza.Server/SpecialsController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public SpecialsController(PizzaStoreContext db)
2121
[HttpGet]
2222
public async Task<ActionResult<List<PizzaSpecial>>> GetSpecials()
2323
{
24-
var foo = _db.Specials.ToList();
2524
return (await _db.Specials.ToListAsync()).OrderByDescending(s => s.BasePrice).ToList();
2625
}
2726
}

0 commit comments

Comments
 (0)