Skip to content

Commit bdfbab4

Browse files
committed
[fix] errors
1 parent 015a208 commit bdfbab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class SampleDataController : Controller2
8080
{
8181
try
8282
{
83-
return Json(items);
83+
return Json(Summaries);
8484
}
8585
catch (Exception e)
8686
{

0 commit comments

Comments
 (0)