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.
2 parents e878dd0 + 3d38da3 commit a44e6fdCopy full SHA for a44e6fd
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