Skip to content

Commit

Permalink
update fucntion
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfdez99 committed Dec 8, 2020
1 parent c43a800 commit 5c5dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/outlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ async function Season(){
var item = "";
for(let i in data.data.items){
if(data.data.items[i].season == "SPRING_SUMMER"){
item += data.data.items[i];
item = data.data.items[i];
}
}
return item;
Expand Down

1 comment on commit 5c5dca9

@vercel
Copy link

@vercel vercel bot commented on 5c5dca9 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.