adjuste module import case

This commit is contained in:
canove
2020-06-19 08:36:05 -03:00
parent 4e69c0b008
commit 02bab6bee5

View File

@@ -1,4 +1,4 @@
const Whatsapp = require("../models/whatsapp");
const Whatsapp = require("../models/Whatsapp");
exports.getSession = async (req, res, next) => {
try {