Skip to content

Commit

Permalink
arreglo fallo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfdez99 committed Dec 8, 2020
1 parent 19426fa commit 877901f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions functions/data.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
{
"items": {
{
"1":{
"type":"HOODIE",
"size":"M",
"brand":"KAPPA",
"color":"GREEN",
"price": 40,
"season":"FALL_WINTER"
},
{
"2":{
"type":"T-SHIRT",
"size":"S",
"brand":"PUMA",
"color":"WHITE",
"price": 13,
"season":"SPRING_SUMMER"
},
{
"3":{
"type":"JOGGERS",
"size":"L",
"brand":"ADIDAS",
"color":"BLACK",
"price":35,
"season":"FALL_WINTER"
},
{
"4":{
"type":"JACKET",
"size":"XL",
"brand":"NIKE",
"color":"RED",
"price":70,
"season":"FALL_WINTER"
},{
},
"5":{
"type":"SHIRTS",
"size":"M",
"brand":"JOMA",
"color":"YELLOW",
"price":100,
"season":"FALL_WINTER"
},{
},
"6":{
"type":"HOODIE",
"size":"S",
"brand":"ADIDAS",
Expand Down

1 comment on commit 877901f

@vercel
Copy link

@vercel vercel bot commented on 877901f Dec 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.