Skip to content

Commit

Permalink
💡 Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hitanshu-dhawan committed Nov 27, 2020
1 parent d48c98f commit 6b2f241
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object HomeRepository {
// image = "https://raw.githubusercontent.com/DumbPolyglotProgrammer/PigGame/master/images/" + "menu_item_mcflurry_with_oreo_cookies.png",
// price = 0.00,
// categoryId = 6
// )
// ),
),
recommendedMenuItems = listOf(
MenuItem(
Expand Down Expand Up @@ -174,7 +174,7 @@ object HomeRepository {
// image = "https://raw.githubusercontent.com/DumbPolyglotProgrammer/PigGame/master/images/" + "menu_item_baked_apple_pie.png",
// price = 0.00,
// categoryId = 6
// )
// ),
)
)
}
Expand Down

0 comments on commit 6b2f241

Please sign in to comment.