Parcourir la source

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

Lee Morgan il y a 5 ans
Parent
commit
d868aa8c61
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = {
     /*