Fix addAvailibility model
This commit is contained in:
@@ -7,7 +7,6 @@ let Meeting = require('../models/meetingModel');
|
||||
router.post('/', async (req, res) => {
|
||||
id = uuidv4();
|
||||
data = {id, ...req.body}
|
||||
console.log(data);
|
||||
|
||||
try {
|
||||
const [meeting] = await Meeting.addMeeting(data);
|
||||
|
||||
Reference in New Issue
Block a user