Просмотр исходного кода

Remove homeHelper for the time being

Lee Morgan 6 лет назад
Родитель
Сommit
bc1a063bbb
2 измененных файлов с 0 добавлено и 4 удалено
  1. 0 2
      controllers/home.js
  2. 0 2
      controllers/homeHelper.js

+ 0 - 2
controllers/home.js

@@ -4,8 +4,6 @@ const Merchant = require("../models/merchant");
 const Ingredient = require("../models/ingredient");
 const Ingredient = require("../models/ingredient");
 const Recipe = require("../models/recipe");
 const Recipe = require("../models/recipe");
 
 
-const homeHelper = require("./homeHelper");
-
 // const merchantId = "HCVKASXH94531";
 // const merchantId = "HCVKASXH94531";
 // const token = "f1c88a69-e3e4-059a-da06-8858d0636e82";
 // const token = "f1c88a69-e3e4-059a-da06-8858d0636e82";
 
 

+ 0 - 2
controllers/homeHelper.js

@@ -1,2 +0,0 @@
-let homeHelper = {
-}