We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e878dd0 commit 3d38da3Copy full SHA for 3d38da3
src/routes/transactionValidationRoute.js
@@ -53,7 +53,7 @@ router.post("/validate", async (req, res) => {
53
try {
54
if(!await validGithubAccount(github_id)) {
55
console.error(
56
- `Github User ID ${userId} is invalid.`
+ `Github User ID ${github_id} is invalid.`
57
);
58
return res.status(200).json({
59
valid: false,
0 commit comments