Skip to content

Commit

Permalink
updated foodOutlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunalpal215 committed Jun 28, 2023
1 parent 1fb4f8c commit 7568267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/javascript/models/foodOutlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ foodOutletsSchema.pre('save',async function(){
]
}
});
console.log(imageResults1);
for(let i=0;i<this.menu.length;i++){
console.log(this.menu[i]);
console.log(this.menu[i]["imageURL"]);
Expand Down

0 comments on commit 7568267

Please sign in to comment.