Skip to content

Commit b814e52

Browse files
committed
Fixed erroenous checkin
1 parent e89940d commit b814e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mvc.JQuery.Datatables.Example/Controllers/HomeController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public ActionResult JSUnitTests()
2626

2727
public DataTablesResult<UserView> GetUsers(DataTablesParam dataTableParam)
2828
{
29-
throw new Exception();
3029
return DataTablesResult.Create(FakeDatabase.Users.Select(user => new UserView()
3130
{
3231
Id = user.Id,

0 commit comments

Comments
 (0)