Explorar el Código

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

Lee Morgan hace 5 años
padre
commit
d868aa8c61
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = {
     /*