瀏覽代碼

Finish testing site

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++){