Lee Morgan 5 роки тому
батько
коміт
ee4a41dfaf
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      controllers/merchantData.js

+ 1 - 0
controllers/merchantData.js

@@ -160,6 +160,7 @@ module.exports = {
                 });
             })
             .then((response)=>{
+                console.log(response.data.objects);
                 let recipes = [];
                 
                 for(let i = 0; i < response.data.objects.length; i++){