Преглед на файлове

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");