fix: revert message to ingore msg sent from phone

This commit is contained in:
canove
2020-08-04 09:50:09 -03:00
parent 9234fd23fc
commit c0817e99d1
3 changed files with 19 additions and 27 deletions

View File

@@ -17,7 +17,6 @@ const TicketsRoutes = require("./routes/tickets");
const WhatsRoutes = require("./routes/whatsapp");
const app = express();
const fileStorage = multer.diskStorage({
destination: (req, file, cb) => {
cb(null, path.resolve(__dirname, "..", "public"));