Skip to content

Commit

Permalink
fixed sessions-cq return issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Jul 27, 2024
1 parent 5ae8011 commit c3cce02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/UserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ router.get("/sessions-cq", getUser, async (req, res) => {
res.status(500).json({ error: e.message });
}

return res.json(res.stdRes);
//return res.json(res.stdRes);
});

router.get("/google/uri", getUser, async (req, res) => {
Expand Down

0 comments on commit c3cce02

Please sign in to comment.