Explorar el Código

Remove error model that I missed earlier

Lee Morgan hace 6 años
padre
commit
995a4f5dc0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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");