Skip to content

Commit 61b00b8

Browse files
committed
Merge branch 'master' into uri-templates
2 parents 56c8510 + 87366d1 commit 61b00b8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

backend/products.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = [
66
price: 2999,
77
inStock: 50,
88
reviews: [
9-
{ text: 'Almost fainted when I saw the price!', rating: 2.5, reviewer: 'Jack Anderson' },
10-
{ text: 'That Retina display was all worth it!', rating: 5, reviewer: 'Catherine Bell' }
9+
{ text: 'Almost fainted when I saw the price!', rating: 2.5, reviewer: 'Jack Anderson' },
10+
{ text: 'That Retina display was all worth it!', rating: 5, reviewer: 'Catherine Bell' }
1111
]
1212
},
1313
{
@@ -17,7 +17,7 @@ module.exports = [
1717
price: 299,
1818
inStock: 755,
1919
reviews: [
20-
{ text: 'No explosions so far, so pretty happy about that.', rating: 3, reviewer: 'Earl Green' }
20+
{ text: 'No explosions so far, so pretty happy about that.', rating: 3, reviewer: 'Earl Green' }
2121
]
2222
},
2323
{
@@ -27,8 +27,8 @@ module.exports = [
2727
price: 149,
2828
inStock: 5,
2929
reviews: [
30-
{ text: 'Doesn\'t work. This one is just like the rest of them!', rating: 0.5, reviewer: 'Scott Ramirez' },
31-
{ text: 'Where do I start?', rating: 2, reviewer: 'Walter Stewart' }
30+
{ text: 'Doesn\'t work. This one is just like the rest of them!', rating: 0.5, reviewer: 'Scott Ramirez' },
31+
{ text: 'Where do I start?', rating: 2, reviewer: 'Walter Stewart' }
3232
]
3333
},
3434
{
@@ -46,8 +46,8 @@ module.exports = [
4646
price: 599,
4747
inStock: 0,
4848
reviews: [
49-
{ text: 'Seems like I had unrealistic expectations...', rating: 1, reviewer: 'Janice Price' },
50-
{ text: 'Amazing product!', rating: 4.5, reviewer: 'Denise Hernandez' }
49+
{ text: 'Seems like I had unrealistic expectations...', rating: 1, reviewer: 'Janice Price' },
50+
{ text: 'Amazing product!', rating: 4.5, reviewer: 'Denise Hernandez' }
5151
]
5252
},
5353
{
@@ -57,7 +57,7 @@ module.exports = [
5757
price: 19,
5858
inStock: 81,
5959
reviews: [
60-
{ text: 'I threw it on the ground!', rating: 5, reviewer: 'Nicole Henderson' }
60+
{ text: 'I threw it on the ground!', rating: 5, reviewer: 'Nicole Henderson' }
6161
]
6262
}
6363
];

0 commit comments

Comments
 (0)