浏览代码

Bug fix: otherData.js was using but not importing axios.

Lee Morgan 5 年之前
父节点
当前提交
d868aa8c61
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/otherData.js

+ 1 - 0
controllers/otherData.js

@@ -5,6 +5,7 @@ const Feedback = require("../models/feedback.js");
 const helper = require("./helper.js");
 
 const bcrypt = require("bcryptjs");
+const axios = require("axios");
 
 module.exports = {
     /*