瀏覽代碼

Remove error model that I missed earlier

Lee Morgan 6 年之前
父節點
當前提交
995a4f5dc0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      controllers/otherData.js

+ 0 - 1
controllers/otherData.js

@@ -1,7 +1,6 @@
 const bcrypt = require("bcryptjs");
 const axios = require("axios");
 
-const Error = require("../models/error");
 const NonPosTransaction = require("../models/nonPosTransaction");
 const Merchant = require("../models/merchant");
 const Purchase = require("../models/purchase");