Skip to content

Commit

Permalink
nit: update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Apr 7, 2024
1 parent 910a1b2 commit 1d51905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/neurosity.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports.generateOAuthURL = async (req, res) => {
.catch((error) =>
res.status(400).json({
error: error.response.data,
redirectUri: redirectUri
redirectUri: req.query.redirectUri
})
);
};
Expand Down

0 comments on commit 1d51905

Please sign in to comment.