Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
hardikroongta8 committed Apr 27, 2024
1 parent fe16426 commit 7638546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/khokhaEntryController.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import KhokhaEntryModel from '../models/KhokhaEntryModel.js';
export const khokhaController = {
addNewEntry: async (req, res, next) => {
try {
console.log(req);
console.log(req.body);
if (isConnected(req.body.connectionId) === false) {
return res.json({
Expand Down

0 comments on commit 7638546

Please sign in to comment.