소스 검색

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